# Onvexia Blockchain Analytics GraphQL API

> Onvexia Blockchain Analytics GraphQL API 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).

Query blockchain analytics data including asset metrics, labelled addresses, supply-age history, and document-derived insights across ten chains via GraphQL

## Facts

- Endpoint: GET https://onvexia.com/graphql
- 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-graphql-api-9e32f92e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DIqw1vsoGw7kV4buVqTy3

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-graphql-api-9e32f92e
```

Example prompt: Pull Onvexia's on-chain analytics for Ethereum — I want labelled address data, supply-age history, and any analysed document coverage they have for ETH.

## When to prefer this

Choose this endpoint when you need rich, fused blockchain analytics combining on-chain data, document analysis, and labelled addresses across ten chains in a single GraphQL query. Prefer it over REST alternatives when you want flexible field selection across assets. Ideal when historical supply-age data going back to 2008 or large-scale document coverage (500k+ docs) is required for research or enrichment.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Malformed GraphQL query — returns error with query parse details
- Unsupported chain or asset identifier — returns empty data array
- Rate limiting if too many calls in rapid succession
- GraphQL schema mismatch if querying fields not covered by the current schema

## 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 with a `data` array containing the requested blockchain analytics records (asset metrics, labelled addresses, supply-age data, or document-derived insights) and a `meta` object pointing to the full OpenAPI documentation at onvexia.com/openapi.json

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

## More

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