# Onvexia Blockchain Asset Metrics

> Onvexia Blockchain Asset Metrics 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 fused on-chain analytics metrics for a specific blockchain asset by slug, including labelled addresses, supply-age history, and document-backed intelligence.

## Facts

- Endpoint: GET https://onvexia.com/v1/metrics/%7Bslug%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-metrics-b5b6480e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6DJ2O2epT2ouWHgrKK7VQ

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-metrics-b5b6480e
```

Example prompt: Pull the Onvexia on-chain metrics for bitcoin — I want to see the supply-age history, labelled address breakdown, and any document-backed intelligence fused into a single reading.

## When to prefer this

Choose this endpoint when you need deep, fused on-chain analytics for a specific cryptocurrency asset — particularly when labelled address data, supply-age history, or document-backed intelligence are required. It is especially strong for assets on the ten supported chains with historical data back to 2008. Prefer it over generic blockchain explorers when you need a single synthesized analytical reading rather than raw transaction data.

## Known failure modes

- Invalid or unknown asset slug returns empty data array
- Payment failure (x402) if USDC balance is insufficient
- Rate limiting if too many calls are made in rapid succession
- Slug format errors if asset identifier is malformed
- No data available for very new or obscure assets not yet indexed

## 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 fused on-chain analytics for the requested asset slug, including labelled address data, supply-age history reaching back to 2008, document-backed intelligence derived from half a million analysed documents, and aggregated metrics across up to ten chains. Metadata includes a link to the full OpenAPI spec.

## 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/metrics/{slug}"
  }
 }
}
```

## More

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