# 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-19).

Returns a ranked list of blockchain asset creators/issuers based on Onvexia's analytics scoring across on-chain data, document coverage, and address labelling.

## Facts

- Endpoint: GET https://onvexia.com/v1/analytics/creators/rank
- 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-creator-rank-analytics-427283b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tAPjAh6C9xEb4YC2GJjnu

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-427283b7
```

Example prompt: Using Onvexia's blockchain analytics, show me the top-ranked asset creators across their covered chains so I can see who scores highest based on their on-chain activity and document coverage.

## When to prefer this

Choose this endpoint when you need a ranked view of blockchain asset creators across multiple chains using Onvexia's proprietary analytics scoring, which fuses labelled addresses, half a million analysed documents, and supply-age history back to 2008. Prefer it over generic block explorers when you need pre-computed reputation or quality rankings rather than raw on-chain data.

## Known failure modes

- Empty data array if no creators match the filter criteria
- 402 Payment Required if x402 USDC payment of $0.002 is not included
- Invalid properties filter returns empty or error response
- Rate limiting if requests exceed allowed throughput
- Incomplete rankings if certain chains are temporarily unavailable

## 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 addresses, scores, and metadata) and a meta object with documentation link and endpoint path. The data array content reflects Onvexia's multi-chain analytics fusing labelled addresses, document analysis, and supply-age 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/analytics/creators/rank"
  }
 }
}
```

## More

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