# Onvexia Batch Correlation Analytics

> Onvexia Batch 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-17).

Computes batch correlation analytics across blockchain assets using labelled addresses, document analysis, and multi-chain supply-age history.

## Facts

- Endpoint: GET https://onvexia.com/v1/analytics/correlation/batch
- 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-batch-correlation-analytics-5a318a38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JYEkmtBLcZEwMiqxuAz85

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-batch-correlation-analytics-5a318a38
```

Example prompt: Can you run a batch correlation analysis on BTC, ETH, and SOL using Onvexia — I want to see how correlated these assets are across their on-chain histories going back as far as possible?

## When to prefer this

Choose this endpoint when you need to compute or retrieve correlation analytics across multiple blockchain assets in a single call, especially when leveraging Onvexia's unique fusion of labelled addresses, historical document analysis back to 2008, and ten-chain coverage. Prefer this over single-asset endpoints when analyzing portfolios or researching asset clustering at scale.

## Known failure modes

- Empty data array returned if no matching assets found for given properties
- Missing or malformed properties parameter results in unprocessed request
- Payment not fulfilled via x402 protocol causes 402 Payment Required response
- Rate limiting or quota exhaustion returns error response
- Invalid chain or asset identifiers return empty or error results

## 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 batch correlation results for the requested asset properties, and a `meta` object with documentation links and the endpoint path. The data array likely contains per-asset or per-pair correlation scores, analytics summaries, and associated chain metadata drawn from Onvexia's labelled address database and half-million analysed documents.

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

## More

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