When Checkpoint History Is Enough and When You Need Order-Level Depth

Order book snapshots on 0xArchive: 2,250,000,000
Access live and historical coverage for order books, trades, liquidations, candles, funding, open interest, and order-level data. Start with an API key or Data Exports.
Run one live request, then add replay, WebSocket, SDKs, or agents on the same auth and routes.
Showing one L2 Order Book example in cURL. Visible venue: HIP-3, HIP-4.
API="https://api.0xarchive.io"KEY="0xa_your_api_key"get() { local url="$API$1"; [ -n "$2" ] && url="$url?$2" curl -s "$url" -H "X-API-Key: $KEY" | jq -r "$3"}# HIP-3 · xyz:SP500get \ "/v1/hyperliquid/hip3/orderbook/xyz:SP500" \ "depth=5" \ '.data.mid_price'# HIP-4 · #0get \ "/v1/hyperliquid/hip4/orderbook/0" \ "depth=5" \ '.data.mid_price'Create a key, run the first authenticated route, and confirm the live response.
Replay exact market windows for incident review, sequencing, or backtests.
Use the same key in Claude Code and Codex with the CLI, Skill, or MCP after the first request is working.
Trusted by

Filter by venue, then inspect the routes, datasets, and history windows that matter for your build.
Full-depth, tick-level order book with user attribution.
Open dataEvery TP/SL, trigger, and limit order — place, cancel, modify, and fill events with user addresses.
Open dataL2 order book snapshots at sub-second resolution from April 2023.
Open dataComplete trade history with maker/taker addresses, fees, and PnL.
Open dataLiquidation events with volume, price, and user attribution.
Open dataSee what shipped recently, what changed in the docs, and the latest research from the team.
Start free in minutes. Use the docs when you want the exact route, response shape, and coverage details.