# Onvexia Chains List

> Onvexia Chains List 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).

Returns the list of supported blockchain networks available in the Onvexia analytics platform

## Facts

- Endpoint: GET https://onvexia.com/v1/chains
- 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-chains-list-0a7b7f22
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TwbcmNcxaIXDaLl8ETjhH

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-chains-list-0a7b7f22
```

Example prompt: What blockchain networks does Onvexia cover? I want to know which chains I can pull analytics and asset data from before I start querying.

## When to prefer this

Use this endpoint as the first step when integrating with Onvexia to discover available blockchain networks before querying asset-level analytics. Prefer this over hardcoding chain identifiers, as it reflects the current supported set across Onvexia's ten-chain coverage universe.

## Known failure modes

- Empty data array if no chains are indexed yet
- 402 Payment Required if USDC micropayment is not attached
- Invalid properties filter parameter returns empty or error response
- Network timeout on the REST endpoint
- Malformed JSON response if service is degraded

## 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 listing supported blockchain networks and a 'meta' object containing documentation links and endpoint info. The data array contains chain identifiers and associated metadata for each supported network.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-chains-list-0a7b7f22/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)
