Skip to main content
Every order, trade, and fill on Hyperliquid and Lighter, live and historical, from one API. Tardis covers tick data across many centralized exchanges. For Hyperliquid and Lighter market data, you call 0xArchive. One key returns order books, trades, candles, funding, open interest, liquidations, and full order-level (L4) depth as normalized JSON. Order books and trades go back to April 2023; order-level depth and lifecycle since March 2026. No collectors, no backfill, no rebuilding the book.

What One Key Returns

Hyperliquid and Lighter market dataTardis0xArchive
Order books (L2), live and historicalMany CEXs20-level snapshots about every 1.2 seconds since April 2023, 24.6B+ records, 176 symbols
TradesMany CEXsSince April 2023, continuous to the current hour
Funding and open interestMany CEXsSince May 2023
LiquidationsMany CEXsSince December 2025
Order-level depth (L4) and lifecycleBroad multi-exchange tick historyEvery order add, fill, cancel, and TP/SL, with wallet attribution, since March 2026
Lighter order booksBroad multi-exchange tick historyL2 tick since January 2026, L3 since March 2026
Live stream and replayBroad multi-exchange tick historyWebSocket subscriptions and exact-window replay on one socket
Spot, HIP-3, HIP-4Broad multi-exchange tick historySeparate Hyperliquid-scoped families, each with its own history

Where Tardis Fits

0xArchive goes deep on two venues rather than wide; breadth is Tardis’s catalog, with 50+ exchanges listed on its site, with tick-by-tick order-book snapshots and updates, trades, open interest, funding rates, liquidations, and options chains, delivered as daily CSV downloads, an HTTP API, and Tardis Machine, a local replay server run from Docker or npm. Hyperliquid appears in its derivatives exchange list alongside Binance, Bybit, OKX, and BitMEX, and plans run from 350to350 to 6,000 a month by data class and transfer volume. When the desk needs options chains or one pipeline across dozens of centralized venues, that pipeline is Tardis’s business, and 0xArchive is not the right fit for multi-CEX breadth; this API trades that breadth for order-level depth on the two venues it archives. On the two venues this API covers, the decision flips to depth: Tardis reaches tick-level L2 book data across its catalog, while 0xArchive carries the full order-level (L4) stream with wallet attribution on Hyperliquid and native L3 on Lighter.

When To Use 0xArchive

One call replaces a collector you would otherwise build and run. The market data comes back normalized, with named fields, live or historical: more than 24 billion order-book records and trades back to April 2023, plus full 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. For Lighter, native L2 tick goes back to January 2026 and L3 to March 2026. Replay runs on the same WebSocket as the live stream at 10x to 300x by plan and up to 500x on Enterprise, and every route, market family, and schema is available on every tier, including Free. 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 Best Hyperliquid Data API, run one BTC request, then work through Evaluate a market data API and Crypto data vendors vs venue archives before committing a pipeline. Compare plans. For backtest windows, see Market Data APIs For Backtesting and WebSocket replay.
Last modified on July 4, 2026