# Onvexia Leading Indicators

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

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

## Facts

- Endpoint: GET https://onvexia.com/v1/analytics/leading-indicators/%7Bsymbol%7D
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-17
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-leading-indicators-3332bf03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rTNhygUOGOJiRhASUnwpK

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-leading-indicators-3332bf03
```

Example prompt: Pull Onvexia's leading indicators for BTC — I want the full fused on-chain reading including supply-age history and labelled address signals.

## When to prefer this

Choose this endpoint when you need a fused, multi-signal on-chain leading indicator reading for a specific crypto asset — especially when you want supply-age history, labelled address data, and document-derived analytics combined into a single response. Prefer it over generic price APIs when predictive or early-warning on-chain signals are needed, and over single-chain analytics when cross-chain coverage (ten chains) is required.

## Known failure modes

- Unknown or unsupported symbol returns an empty data array
- Malformed symbol parameter returns a 400 error
- Payment not included or insufficient USDC results in a 402 Payment Required response
- Rate limiting or quota exceeded returns a 429 error
- Backend analytics pipeline delay may return stale or partial data

## 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 an array of leading indicator data points for the requested asset symbol, along with metadata including a link to the full OpenAPI specification. The data array may include fused on-chain metrics such as supply-age distributions, labelled address activity, document-derived signals, and composite scores derived from analysis across ten blockchain networks.

## 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/leading-indicators/{symbol}"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-leading-indicators-3332bf03/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)
