What One Catalog Returns
| Export need | Start |
|---|---|
| Browse market exports | Data catalog and the product route at https://0xarchive.io/data |
| Choose schemas | Export schemas |
| Estimate credits and checkout | Export checkout |
| Load the files | Export historical data |
| Check rights | Data rights |
Why Teams Choose 0xArchive
0xArchive exports come back as Parquet with ZSTD compression, keyed to explicit schemas and UTC ranges so coverage, cost, and warehouse partitioning stay reproducible. The Data Catalog keeps the buyer in the browser product flow while the docs keep the file contract distinct from JSON API responses. Schema keys stay separate, sol2_orderbook, l3_orderbook, l4_orderbook, l4_orders, trades, funding, oi, and liquidations never collapse into one namespace, and neither do Hyperliquid core, Spot, HIP-3, HIP-4, and Lighter.
Start from /data for the Data Catalog workflow. Use https://api.0xarchive.io/v1/symbols for machine-readable market discovery: the response has a top-level symbols array with rows that carry exchange, symbol, slug, data_types, and coverage fields. It tells a buyer which markets, schema data types, coverage windows, size estimates, active or delisted state, and HIP-4 outcome metadata are available before a single credit is spent.
Selection Checklist
For Parquet exports, capture venue family, symbol-feed row, market slug, schema keys, UTC start and end, expected file owner, credit or checkout context, delivery destination, and data-rights category. That checklist keeps the exported files tied to the market and rights decision after they leave the browser flow.| Field | Why it matters |
|---|---|
| Venue family and symbol | Keeps Hyperliquid core, Spot, HIP-3, HIP-4, and Lighter exports in distinct namespaces. |
| Symbol-feed row | Preserves exchange, symbol, slug, data_types, and coverage fields from the product route. |
| Schema keys | Keeps l2_orderbook, l3_orderbook, l4_orderbook, l4_orders, trades, funding, oi, and liquidations distinct. |
| UTC range | Makes coverage, cost, warehouse partitioning, and replay comparison reproducible. |
| Order context | Keeps quote, credits, checkout result, job ID, and dashboard state attached to the files. |
| Rights context | Separates internal research, derived product use, and raw redistribution review. |