# Onvexia Influencer Leaderboard

> Onvexia Influencer Leaderboard is a paid API for AI agents from onvexia.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-19).

Returns a ranked leaderboard of crypto influencers based on Onvexia's blockchain analytics and document analysis coverage.

## Facts

- Endpoint: GET https://onvexia.com/v1/influencers/leaderboard
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-influencer-leaderboard-a6e40c78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-GO40JPSfnmI9dsYxdWE2

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-influencer-leaderboard-a6e40c78
```

Example prompt: Pull up the current top crypto influencer leaderboard from Onvexia — I want to see who ranks highest based on their blockchain coverage and document analysis.

## When to prefer this

Choose this endpoint when you need a ranked list of crypto influencers backed by on-chain data and document analysis rather than purely social metrics. It is especially useful when you want rankings grounded in actual blockchain coverage, labelled address analysis, and multi-chain data spanning back to 2008, rather than simple follower counts or engagement metrics.

## Known failure modes

- Empty data array returned if no influencers match filter criteria
- Payment required error (402) if x402 micropayment not completed
- Malformed properties filter returns no results or validation error
- Rate limiting if too many calls made in short succession
- Incomplete schema definition may cause unexpected filtering behavior

## 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 influencer entries and a 'meta' object with documentation links and endpoint information. The data array is expected to contain influencer records with ranking and scoring details derived from Onvexia's analysis of blockchain activity and published 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/influencers/leaderboard"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-influencer-leaderboard-a6e40c78/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)
