Skip to main content
Every order, trade, and fill on Hyperliquid and Lighter, live and historical, from one API. DappLooker builds analytics dashboards and AI-facing interpreted views. For the underlying records, 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 your own systems store, replay, join, or query. 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 jobDappLooker0xArchive
Prebuilt dashboards and interpreted analytics UIThe dashboard 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, open interest, liquidationsHyperliquid since May 2023 (liquidations since December 2025), Lighter since August 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
Route, schema, and data-quality context for agentsOpenAPI, docs, llms.txt, MCP, and Skill

Where DappLooker Fits

0xArchive returns raw records, not rendered dashboards; the dashboard layer is DappLooker’s product. Its site lists a no-code query and dashboard editor, multi-chain dashboards that combine metrics from multiple networks in one view, chart embedding through simple embed links, AI products (DappLooker AI, HyprEarn, Loky AI) that serve market, on-chain, and wallet intelligence through unified APIs, and stablecoin subscription payments in USDC and USDT. When the deliverable is a dashboard a team reads, an embedded chart in your own product, or a no-code query surface over smart-contract and subgraph data, that deliverable is DappLooker’s lane, and 0xArchive is not the right fit for it; this API returns the rows underneath the dashboard, not the dashboard. When the deliverable is the records themselves, rows another system stores, joins, and replays, the interpreted view is the wrong layer, and the raw order book has to come from an archive that kept it.

When To Use 0xArchive

A dashboard answers a question. 0xArchive returns the records another system owns: applications, research notebooks, agents, backtests, risk monitors, data warehouses, or file exports. 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 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

Start with Best Market Data API, then add Data quality and Data rights. For x402 and agent access, see Facilitator and Agentic gateway. Compare plans.
Last modified on July 4, 2026