# Onvexia Creator Rank Analytics

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

Returns a rank score for a blockchain content creator by their identifier, based on Onvexia's multi-chain analytics and document analysis dataset.

## Facts

- Endpoint: GET https://onvexia.com/v1/analytics/creators/%7Bid%7D/rank
- Price: $0.002/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-rank-analytics-b1a2b28d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8sc4S9vG1lAaNAPp0Y2_n

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-rank-analytics-b1a2b28d
```

Example prompt: What is the Onvexia rank for blockchain creator ID 0xabc123? I want to see how they score based on on-chain document analysis and cross-chain activity.

## When to prefer this

Use this endpoint when you need a structured, pre-computed rank or score for a specific blockchain creator and want a single fused signal derived from multi-chain analytics, labelled addresses, and document analysis. Prefer this over raw blockchain explorers or generic search when you need a normalized, comparable rank rather than raw transaction data.

## Known failure modes

- Creator ID not found — returns empty data array
- Invalid or malformed creator ID path parameter — likely 400 or empty result
- Creator has insufficient on-chain data for ranking — empty data array returned
- Payment not completed or insufficient USDC — 402 response blocking access
- Rate limit exceeded — 429 response

## 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 the creator's rank details (such as rank score, position, and supporting metrics) and a 'meta' object linking to the full OpenAPI spec. The data array is empty if the creator ID is not found or has insufficient coverage.

## 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/analytics/creators/{id}/rank"
  }
 }
}
```

## More

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