# Onvexia Asset Integrity Check

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

Returns a fused integrity score and analytics for a specific blockchain asset, combining labelled addresses, document analysis, and supply-age history across ten chains.

## Facts

- Endpoint: GET https://onvexia.com/v1/assets/%7Bsymbol%7D/integrity
- Price: $0.005/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-integrity-check-420c6526
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XpR2bOuKScxRWbKDThtP9

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-integrity-check-420c6526
```

Example prompt: Can you pull the Onvexia integrity check for ETH — I want to see the fused score, any labelled address flags, and supply-age history the platform has on it?

## When to prefer this

Choose this endpoint when you need a single, fused integrity reading for a blockchain asset that aggregates labelled address intelligence, historical supply data back to 2008, and document-level analysis across ten chains — rather than querying separate on-chain explorers, news sentiment APIs, or address labelling services independently. Best when you need a consolidated risk or legitimacy signal for a specific token by ticker symbol.

## Known failure modes

- Unknown or unsupported asset symbol returns empty data array
- Payment not processed results in 402 status before data is returned
- Malformed symbol parameter may result in validation error
- Asset not yet covered across all chains may return partial data
- Rate limiting or quota exceeded may block repeated calls

## 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 response containing integrity data for the requested asset symbol, including a fused integrity reading derived from labelled addresses, analysed documents, and supply-age history across up to ten chains. The meta field references the full OpenAPI spec for field-level 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/assets/{symbol}/integrity"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onvexia-asset-integrity-check-420c6526/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)
