# Onvexia Influencer Ledger

> Onvexia Influencer Ledger 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).

Retrieves the on-chain transaction ledger for a specific crypto influencer, pulling labelled address history and activity across multiple blockchains.

## Facts

- Endpoint: GET https://onvexia.com/v1/influencers/%7Bid%7D/ledger
- 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-ledger-fe670065
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_owhXhPz-vrjDj4tqHhWkU

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-ledger-fe670065
```

Example prompt: Pull the on-chain ledger for influencer ID 'vitalik_eth' on Onvexia — I want to see their full transaction and address history across chains.

## When to prefer this

Use this endpoint when you need on-chain ledger data specifically tied to a known crypto influencer entity, leveraging Onvexia's labelled address database and multi-chain coverage. Prefer this over raw blockchain explorers when you need pre-labelled, identity-linked transaction data rather than raw address lookups.

## Known failure modes

- Invalid or unknown influencer ID returns empty data array
- Influencer ID not found in Onvexia's coverage results in 404 or empty response
- Payment of 0.005 USDC not fulfilled triggers 402 Payment Required
- Malformed request due to incorrect ID format returns 400 Bad Request
- Rate limiting or quota exhaustion returns 429 Too Many Requests

## 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 of ledger entries associated with the influencer — including labelled on-chain transactions, address activity, and asset movements across supported blockchains — plus a meta object with documentation and endpoint references.

## 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/{id}/ledger"
  }
 }
}
```

## More

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