# Onvexia Blockchain Analytics Signals

> Onvexia Blockchain Analytics Signals is a paid API for AI agents from onvexia.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-19).

Returns a fused analytics signal for a given crypto asset symbol, combining on-chain data, labelled addresses, supply-age history, and document analysis across ten blockchains.

## Facts

- Endpoint: GET https://onvexia.com/v1/analytics/signals/%7Bsymbol%7D
- Price: $0.002/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-signals-a203b2a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lg9RP91IZ1jgBqLutVgVX

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-signals-a203b2a5
```

Example prompt: Pull the Onvexia analytics signal for BTC — I want to see the fused on-chain reading including labelled address data and supply-age history.

## When to prefer this

Choose this endpoint when you need a single, pre-fused analytics reading for a crypto asset that combines on-chain data, labelled wallet addresses, supply-age history, and half a million analysed documents — rather than assembling raw chain data yourself. It is especially useful when you need cross-chain coverage (up to ten chains) in one call, or when document-backed research signals matter alongside on-chain metrics.

## Known failure modes

- Unknown or unsupported symbol returns an empty data array
- Symbol not covered across all ten chains may return partial data
- Malformed symbol parameter may return a 400 error
- Payment not processed (x402 flow incomplete) results in a 402 response
- Rate limiting or quota exhaustion returns a 429 error

## 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 fused analytics signal for the requested asset symbol, including on-chain metrics, labelled address insights, supply-age history, and document-derived scores aggregated across up to ten chains. A `meta` field provides the OpenAPI documentation URL 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/analytics/signals/{symbol}"
  }
 }
}
```

## More

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