# Onvexia Social Influencers by Asset

> Onvexia Social Influencers by Asset 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).

Returns a list of social media influencers associated with a given blockchain asset, sourced from Onvexia's corpus of analysed on-chain and social documents.

## Facts

- Endpoint: GET https://onvexia.com/v1/social/influencers/%7Basset%7D
- 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-influencers-by-asset-8a4eccef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xEFurVzZZSuiz7C1Pw3HO

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-influencers-by-asset-8a4eccef
```

Example prompt: Pull up the social influencers for Ethereum from Onvexia — I want to see which personalities have significant coverage of ETH based on their analysed documents.

## When to prefer this

Use this endpoint when you need to identify the social media influencers associated with a specific blockchain asset across Onvexia's half-million analysed document corpus. Prefer it over generic social listening tools when you want influencer data that is anchored to on-chain analytics and labelled address history, especially for assets across the ten chains Onvexia covers.

## Known failure modes

- Empty data array returned if no influencers are indexed for the asset
- Asset identifier not recognized — returns empty or error response
- Payment not processed (x402 flow fails) — no data returned
- Rate limiting or quota exhaustion — HTTP 429 or payment-related rejection
- Malformed asset parameter — schema validation error

## 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

A JSON object with a data array containing influencer entries associated with the requested asset (likely including account identifiers, platform, and relevance signals), plus meta information pointing to the OpenAPI documentation.

## 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/influencers/{asset}"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-social-influencers-by-asset-8a4eccef/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)
