# Onvexia Creator Rankings by Platform

> Onvexia Creator Rankings by Platform 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 ranked lists of content creators or issuers on a specified blockchain platform, based on Onvexia's multi-chain analytics and document analysis.

## Facts

- Endpoint: GET https://onvexia.com/v1/creators/%7Bplatform%7D/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-by-platform-f7f8d1ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__zK15FCTC_1CnUtvx-seQ

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-by-platform-f7f8d1ab
```

Example prompt: Pull the top creator rankings on the Ethereum platform from Onvexia's blockchain analytics — I want to see who's leading in creator activity right now.

## When to prefer this

Use this endpoint when you need ranked creator or issuer data scoped to a specific blockchain platform, leveraging Onvexia's deep corpus of half a million analyzed documents and labelled addresses. Prefer this over generic on-chain explorers when you need pre-computed, analytics-backed rankings rather than raw transaction data, especially when comparing creator activity across Onvexia's ten supported chains.

## Known failure modes

- Invalid or unsupported platform identifier returns empty data array
- Missing platform path parameter returns 404 or malformed response
- Payment not processed results in 402 Payment Required with x402 header
- Rate limiting may occur if calls exceed quota for the $0.001 USDC per-call pricing
- Sparse data for niche platforms may return an empty or minimal rankings list

## 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 ranked creator or issuer entries for the specified platform, and a 'meta' object with documentation links and the endpoint path. The data array likely includes creator identifiers, scores, and ranking positions derived from Onvexia's multi-chain document analysis and labelled address history.

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

## More

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