# Onvexia Asset Prediction History

> Onvexia Asset Prediction History is a paid API for AI agents from onvexia.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-19).

Returns the historical sequence of blockchain asset prediction scores and analytics for a given asset symbol, synthesized from on-chain data, labelled addresses, and document analysis.

## Facts

- Endpoint: GET https://onvexia.com/v1/predictions/assets/%7Bsymbol%7D/history
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onvexia-asset-prediction-history-b809cde7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v6hQIkqNa456BUTjLexrP

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-asset-prediction-history-b809cde7
```

Example prompt: Pull the full prediction history for BTC from Onvexia so I can see how their blockchain analytics score has evolved over time.

## When to prefer this

Choose this endpoint when you need a longitudinal view of Onvexia's proprietary blockchain analytics scores for a specific asset — particularly when backtesting signals, monitoring score drift, or conducting due diligence using fused on-chain, document, and labelled-address data across multiple chains. Prefer it over point-in-time prediction endpoints when trend analysis or historical context is required.

## Known failure modes

- Unknown or unsupported asset symbol returns empty data array
- Symbol not covered across the ten supported chains returns no results
- Payment of $0.01 USDC not confirmed via x402 results in 402 Payment Required
- Malformed symbol in URL path returns 400 or empty response
- Rate limiting or quota exceeded may return 429
- Historical data may be sparse for newly listed or obscure assets

## 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 historical prediction data points for the requested asset symbol, each entry likely including a timestamp, prediction score or rating, and supporting metadata. The meta field includes a link to the full OpenAPI documentation.

## 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/predictions/assets/{symbol}/history"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-asset-prediction-history-b809cde7/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)
