# Onvexia Blockchain Asset Report

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

Retrieves a fused blockchain analytics report for a given crypto asset symbol, covering labelled addresses, supply-age history, and document analysis across ten chains.

## Facts

- Endpoint: GET https://onvexia.com/v1/reports/%7Bsymbol%7D
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-blockchain-asset-report-6f7a6e55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HjuyT8T5MyOSvbL46JJlx

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-asset-report-6f7a6e55
```

Example prompt: Pull me the Onvexia analytics report for ETH — I want to see labelled addresses, supply-age history, and the fused on-chain summary across all covered chains.

## When to prefer this

Choose this endpoint when you need a single, pre-fused analytical view of a crypto asset combining on-chain data, labelled addresses, supply-age history, and document analysis across multiple chains — especially when coverage depth (ten chains, 500k+ documents, data back to 2008) matters. Prefer this over raw block explorers or single-chain APIs when you need cross-chain synthesis without building your own aggregation layer.

## Known failure modes

- Unknown or unsupported symbol returns empty data array
- Payment not processed (402) if x402 micropayment is missing or invalid
- Malformed symbol parameter causes request failure
- Rate limiting or quota exceeded returns error response
- Symbol format mismatch (e.g. lowercase vs uppercase ticker) may return no results

## 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

A JSON object containing a data array with the fused analytics report for the requested asset symbol, including labelled addresses, supply-age history, aggregated document analysis, and on-chain metrics across up to ten chains, plus a meta field with documentation links and the 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/{symbol}"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-blockchain-asset-report-6f7a6e55/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)
