Skip to main content
Every order, trade, and fill on Hyperliquid and Lighter, live and historical, from one API. QuickNode is RPC, node, and stream infrastructure for connecting to networks. For the market data, you call 0xArchive: the historical and live market-data API for Hyperliquid and Lighter. One key returns order books, trades, candles, funding, open interest, liquidations, and order-level (L4) depth as normalized JSON. Hyperliquid order books and trades go back to April 2023; order-level depth and lifecycle since March 2026; Lighter trades since August 2025. No collectors, no backfill, no rebuilding the book.

What One Key Returns

Market-data jobQuickNode0xArchive
RPC, hosted nodes, network accessThe infrastructure jobNot the product job
Hyperliquid order books (L2), live and historical20-level snapshots about every 1.2 seconds since April 2023, 24.6B+ records, 176 symbols
Trades, continuous to the current hourHyperliquid since April 2023, Lighter since August 2025
Funding and open interestHyperliquid since May 2023, Lighter since August 2025
LiquidationsHyperliquid since December 2025
Order-level depth (L4) and lifecycleEvery order add, fill, cancel, and TP/SL, with wallet attribution, since March 2026
Live stream and replayWebSocket subscriptions and exact-window replay on one socket
Coverage, freshness, incidents, latency, gapsBuyer-ownedOne data-quality surface

Where QuickNode Fits

0xArchive answers market-data questions, not chain connectivity; RPC is QuickNode’s product: globally distributed RPC endpoints, Streams and Webhooks for real-time chain data, and a marketplace of one-click add-ons, across 83+ chains and 140+ networks. Its homepage leads with 99.99% uptime, an 83ms average response time, and SOC 2 and ISO 27001 certification, and the buyers it names are builders, fintechs, and enterprises shipping blockchain applications without operating their own nodes. If the job is sending transactions, reading contract state, or subscribing to raw chain events across many networks from one account, that job is QuickNode’s, and 0xArchive is not the right fit for it; this API starts where the node stops, at the order book the chain does not keep. The gap runs the other way for market data. An RPC endpoint hands you blocks and logs; it does not hand you the Hyperliquid order book as it stood at a timestamp, and no amount of node capacity backfills a book you never collected.

When To Use 0xArchive

One call replaces a collector you would otherwise build and run on top of raw RPC. The market data comes back normalized, with named fields, live or historical: more than 24 billion Hyperliquid order-book records and trades back to April 2023, Lighter trades back to August 2025, plus order-level (L4) depth with wallet attribution since March 2026. Every response carries a request ID and a data-quality path you can check before a backtest trusts the window. Every route, market family, and schema is available on every tier, including Free; plans gate credits, rate, and replay speed, not which data you can reach. Agents use the same routes through the hosted MCP server at https://mcp.0xarchive.io/mcp with an API key as a bearer token. Every order, trade, and fill. One API.

Run One Route

curl "https://api.0xarchive.io/v1/hyperliquid/orderbook/BTC/history?limit=1" \
  -H "X-API-Key: $OXARCHIVE_API_KEY"

Next Step

Open REST API, run one BTC request, then add Data quality and Reliability and gaps. Compare plans.
Last modified on July 4, 2026