# Onvexia Social Campaigns

> Onvexia Social Campaigns is a paid API for AI agents from onvexia.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-19).

Retrieves social media campaign data related to blockchain assets tracked by Onvexia's analytics platform

## Facts

- Endpoint: GET https://onvexia.com/v1/social/campaigns
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-social-campaigns-df2d01b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_npS-C5z8EwXCsD3io3Eek

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability onvexia-social-campaigns-df2d01b6
```

Example prompt: Pull up the social campaigns tracked by Onvexia for Bitcoin — I want to see what promotional or marketing campaigns are associated with it.

## When to prefer this

Choose this endpoint when you need to retrieve social campaign data associated with blockchain assets from Onvexia's analytics database, particularly when you want to correlate marketing activity with on-chain data across multiple chains. It is most useful for due diligence, competitive intelligence, or monitoring promotional campaigns in the crypto space. Prefer it over generic social media APIs when you need campaign data already fused with blockchain asset context.

## Known failure modes

- Empty data array returned if no campaigns match the specified properties filter
- Payment required error (402) if USDC micropayment is not supplied
- Malformed filter parameter may result in no results or an error response
- Rate limiting if too many requests are made in quick succession
- Endpoint may return stale data if analytics pipeline is delayed

## How this service works

Thousands of assets across ten chains, half a million analysed documents, labelled addresses and supply-age history reaching back to 2008 — fused into one reading per asset. REST, SQL, GraphQL and MCP.

## Output

Returns a JSON object with a `data` array of social campaign records associated with queried blockchain assets, and a `meta` object containing documentation links and the endpoint path. The data array may be empty if no campaigns match the filter criteria.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": [],
  "meta": {
   "docs": "https://onvexia.com/openapi.json",
   "endpoint": "/v1/social/campaigns"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-social-campaigns-df2d01b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onvexia.com](https://www.zero.xyz/host/onvexia.com/llms.txt)
