# Onvexia Blockchain Asset Correlation Analytics

> Onvexia Blockchain Asset Correlation Analytics 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 correlation metrics and cross-asset analytics for a specified blockchain asset symbol, drawing on multi-chain on-chain data and document analysis.

## Facts

- Endpoint: GET https://onvexia.com/v1/analytics/correlation/%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-asset-correlation-analytics-b2286fae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lTTiakVLzSNrGTxuLWoio

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-asset-correlation-analytics-b2286fae
```

Example prompt: Pull the Onvexia correlation analytics for BTC — I want to see how it moves relative to other assets across chains based on their on-chain and document data.

## When to prefer this

Choose this endpoint when you need cross-asset correlation metrics grounded in both on-chain data (labelled addresses, supply-age history) and document-level analysis across up to ten blockchains. It is especially valuable when you need historically deep correlation data reaching back to 2008 and covering a broad universe of thousands of assets, rather than simple price-correlation tools that rely only on market data.

## Known failure modes

- Unknown or unsupported symbol returns empty data array
- Symbol format mismatch causes no results
- Payment not processed (402) blocks response
- Rate limiting if call quota exceeded
- Malformed symbol path parameter returns 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 containing correlation data for the requested asset symbol, including cross-asset relationship metrics derived from multi-chain on-chain data, labelled addresses, and analysed documents. The meta field points to full API 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/analytics/correlation/{symbol}"
  }
 }
}
```

## More

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