Skip to main content
0xArchive serves Lighter as a separate venue under /v1/lighter/*. Coverage includes trades, funding, and open interest from August 2025, tick-level order books from January 2026, and L3 order-level depth from March 2026, across more than 200 markets, continuous to the current hour. Lighter is not part of the Hyperliquid namespace. Keep Lighter symbols and routes separate from Hyperliquid core, Spot, HIP-3, and HIP-4.
curl "https://api.0xarchive.io/v1/lighter/trades/BTC?limit=100" \
  -H "X-API-Key: $OXARCHIVE_API_KEY"

Lighter REST

Lighter route family.

Lighter quickstart

First Lighter request.

What History Is Available

Route familyEarliestDetail
TradesAugust 2025Per-trade records; more than 1 billion records
Funding and open interestAugust 2025Per-interval history to the current hour
Order books (tick L2)January 2026Tick-level book updates; more than 39 billion records
Order books (L3, order-level)March 2026Per-order depth, user-addressed
Lighter trade history begins August 2025; order-level (L3) detail begins March 2026. Hold one symbol and one UTC window constant on the first pull, then widen.

Implementation Pattern

Start with one Lighter symbol such as BTC, one route, and a small window. Check coverage and freshness before the output feeds a backtest, report, alert, or model. If a coding agent writes the client, give it OpenAPI plus Lighter REST so it keeps Lighter routes separate from Hyperliquid.

Next Step

Open Lighter REST, then use Data quality before widening to more markets.
Last modified on June 28, 2026