Auth:Documentation Index
Fetch the complete documentation index at: https://docs.0xarchive.io/llms.txt
Use this file to discover all available pages before exploring further.
- Base URL:
https://api.0xarchive.io - REST header:
X-API-Key - Env vars: use
OXARCHIVE_API_KEYfor REST examples, SDKs, MCP Server, and Skill workflows; useOXA_API_KEYfor theoxaCLI.
success: booleandata: route payloadmeta.count: item countmeta.next_cursor: pagination cursor when presentmeta.request_id: log this for debugging and support
/v1/data-quality/coverage/{exchange}/{symbol} can return bodies shaped around exchange, symbol, data_types, and coverage fields without success, data, or meta. Parse those routes from their endpoint contract instead of forcing the market-data envelope.
Response rules:
- Generated clients should parse
datafrom the endpoint-specific OpenAPI schema. - Log
meta.request_idfor success pages, failed attempts, and paginated windows when the response exposes it. - For data-quality coverage bodies without
meta, store method, path, parameters, status, the coverage payload, and any request ID exposed by the client or transport. - Keep numeric-looking market fields decimal-safe unless a generated type states otherwise.
- Preserve venue family with stored records because the same field name can have different meaning across Hyperliquid core, Hyperliquid Spot, HIP-3, HIP-4, and Lighter.
meta.request_id when present.