Order book snapshots on 0xArchive: 2,250,000,000

Build on granular market data from Hyperliquid and Lighter

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.

Get started
  • 1,000+Days of Data
  • 477Instruments
  • 220+Hyperliquid Markets
  • ~100 msWS Diff Batches
  • 20B+Orderbook Snapshots
  • 2B+Trades Indexed
  • < 50 msAvg. Response Time
  • 99.9%Uptime SLA
  • 1000xMax Replay Speed
  • 8Core Datasets
  • 125+HIP-3 Markets
  • 294Spot Pairs
  • 84Endpoints

Make your first request in minutes.

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:SP500
get \
"/v1/hyperliquid/hip3/orderbook/xyz:SP500" \
"depth=5" \
'.data.mid_price'
# HIP-4 · #0
get \
"/v1/hyperliquid/hip4/orderbook/0" \
"depth=5" \
'.data.mid_price'

Trusted by

BlockworksKinetiqArrakisHypurr CollectiveInternational Trading Institute