# Onvexia Asset Scores

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

Returns a composite blockchain analytics score for a given crypto asset symbol, fusing on-chain data, document analysis, labelled addresses, and supply-age history.

## Facts

- Endpoint: GET https://onvexia.com/v1/assets/%7Bsymbol%7D/scores
- Price: $0.003/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-scores-8de50008
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i6PpePy6YZlO7YqgjUwVX

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-scores-8de50008
```

Example prompt: Pull the Onvexia analytics score for ETH — I want the full fused reading including supply-age history and labelled address signals.

## When to prefer this

Choose this endpoint when you need a single, pre-computed, multi-dimensional analytics score for a specific crypto asset that fuses on-chain data, document-level research, labelled address analysis, and supply-age history — especially when you need breadth across ten chains without building your own analytics pipeline. Prefer it over raw blockchain node queries or single-signal analytics when you want a fused 'one reading per asset' output ready for downstream decision-making.

## Known failure modes

- Unknown or unsupported asset symbol returns empty data array
- Payment not included or insufficient (402 Payment Required)
- Symbol path parameter malformed or missing
- Rate limiting if too many calls in short period
- Endpoint may return partial data if coverage for the asset is limited

## 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 the composite analytics score(s) for the requested asset symbol, and a 'meta' object pointing to the full OpenAPI documentation. The score fuses on-chain signals, labelled address data, supply-age history back to 2008, and analysis across half a million documents covering thousands of assets on ten chains.

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

## More

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