# Onvexia Creator Rankings

> Onvexia Creator Rankings is a paid API for AI agents from onvexia.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-17).

Returns a ranked list of content creators or analysts based on their blockchain analytics coverage performance across Onvexia's platform

## Facts

- Endpoint: GET https://onvexia.com/v1/creators/rankings
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-creator-rankings-2d7d60ce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ARf1BtgLxOrnSzkKaZgNb

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-creator-rankings-2d7d60ce
```

Example prompt: Pull up the current creator rankings from Onvexia so I can see which blockchain analysts are producing the highest-rated coverage across their platform.

## When to prefer this

Choose this endpoint when you need a leaderboard or ranked list of blockchain analytics creators or analysts specifically within the Onvexia ecosystem, rather than raw asset data or document-level analytics. Useful for discovering reputable sources of on-chain research or benchmarking analyst performance.

## Known failure modes

- Empty data array returned if no creators match filter criteria
- 402 Payment Required if USDC payment not included in request
- Invalid properties filter parameter returns error or empty result
- Service unavailable if Onvexia platform is down
- Malformed JSON response if upstream data pipeline fails

## 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 containing ranked creator entries (likely including creator identifiers, ranking scores, coverage metrics, and related metadata) and a meta object with documentation links and the endpoint path.

## 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/creators/rankings"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-creator-rankings-2d7d60ce/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)
