# Onvexia Active Assets List

> Onvexia Active Assets 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 currently active blockchain assets tracked by Onvexia's analytics platform across ten chains

## Facts

- Endpoint: GET https://onvexia.com/v1/assets/active
- 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-active-assets-list-7d2f200a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_emsRdJjzhoq_fojJvJBu8

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-active-assets-list-7d2f200a
```

Example prompt: Pull the full list of active blockchain assets that Onvexia currently tracks across all its supported chains so I can see what's available for analysis.

## When to prefer this

Choose this endpoint when you need to discover or enumerate which blockchain assets are currently tracked by Onvexia before fetching deeper analytics, supply-age history, labelled addresses, or document analysis. It is the natural starting point for any workflow that needs to know what coverage is available across the ten supported chains.

## Known failure modes

- Empty data array if no active assets match the filter
- 402 Payment Required if USDC micropayment is not attached
- Invalid properties filter parameter returns an error or empty result
- Rate limiting or authentication failures if payment is malformed
- Network timeout if the platform is under load

## 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 active asset records across Onvexia's supported chains, plus a `meta` object with pagination details and a link to the full OpenAPI spec 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/assets/active"
  }
 }
}
```

## More

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