Skip to main content
The data section maps public product surfaces to the route, chart, export, schema, and rights pages behind them. 0xArchive data is organized by venue family, data family, freshness state, delivery surface, and use rights. The live product surface for visual browsing and file exports is 0xArchive Data. The docs surface explains how that data maps to API routes, export schemas, response schemas, examples, and downstream boundaries.

Data Families

Venue Scope

0xArchive exposes two top-level venue APIs: Hyperliquid and Lighter.xyz. Hyperliquid core, Hyperliquid Spot, HIP-3, and HIP-4 are separate Hyperliquid-scoped market families. Lighter routes live under /v1/lighter/*. Do not flatten those families in a data model. Store venue family, symbol, route, time window, and request ID with the records. A BTC perp record, a HYPE-USDC Spot pair, a km:US500 HIP-3 symbol, a HIP-4 outcome side, and a Lighter symbol should stay distinguishable in storage, examples, and generated code.

Data Routing Checklist

Use this checklist when the request starts from broad data intent instead of a concrete endpoint.

Data Workflow

1

Choose venue family

Use Venue coverage before choosing a REST path or WebSocket channel.
2

Confirm data availability

Check instruments, pairs, outcomes, coverage, or freshness before running wide historical jobs.
3

Inspect schema and response shape

Use Schemas, Responses, and Export schemas before parsing fields into typed code or warehouse tables.
4

Run a bounded example

Use Examples with one symbol and one small window before widening.
5

Check rights before redistribution

Use Data rights before creating benchmarks, indices, or financial products, or publishing bulk raw-data downloads, bulk republication, resale, API mirrors, substitute feeds, or white-label or OEM delivery.

Product Surface Versus API Surface

The live Data explorer is for visual browsing and market inspection. The REST API, WebSocket API, SDKs, CLI, MCP Server, Skill, and OpenAPI are for programmatic use. They should agree on venue family, freshness, and field meaning, but they serve different jobs. If a user asks for a chart page, start with Markets. If they ask for code, start with REST API, WebSocket, OpenAPI, or Examples. If they ask for raw file delivery, start with Data catalog, Export schemas, Export checkout, and Data rights.

Next Step

Open Data catalog for export product routes, Schemas for JSON field and envelope rules, Export schemas for Parquet datasets, Responses for payload parsing, and Examples for copyable request patterns.
Last modified on August 13, 2026