# Onvexia Blockchain Analytics Reports

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

Retrieves fused blockchain analytics reports covering assets across ten chains, including labelled addresses, supply-age history, and document-derived insights.

## Facts

- Endpoint: GET https://onvexia.com/v1/reports
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-blockchain-analytics-reports-64b95b95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OIcVDkqG2GVqRdMqjn_0n

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-blockchain-analytics-reports-64b95b95
```

Example prompt: Pull the Onvexia analytics report for Ethereum — I want to see labelled addresses, supply-age history, and the fused research reading across all covered chains.

## When to prefer this

Choose this endpoint when you need a single fused blockchain intelligence reading for a crypto asset that combines on-chain data (labelled addresses, supply-age history) with document-derived research across ten chains in one call. Prefer it over generic blockchain explorers when you want pre-processed, analyst-grade analytics rather than raw transaction data, or when you need historical coverage reaching back to 2008.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Invalid or unsupported asset/properties filter — returns empty data array
- Asset not covered across requested chains — returns empty data array
- Rate limiting or quota exceeded — returns 429 Too Many Requests
- Malformed request parameters — returns 400 Bad Request

## 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 analytics report entries for the queried asset(s) — including labelled addresses, supply-age history, fused document analysis derived from half a million analysed documents, and cross-chain readings across up to ten chains. Meta field provides documentation link and endpoint path.

## 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/reports"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-blockchain-analytics-reports-64b95b95/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)
