/v1/lighter/* routes for Lighter instruments, order books, trades, funding, open interest, liquidations, and L3 depth.
Check freshness
Use Data quality before long Lighter history or reconstruction jobs.
Lighter REST
Lighter route family.
Lighter history
Trades from August 2025, tick L2, and L3 history boundaries.
Reconstruction
Local book maintenance patterns.
What This Confirms
The first Lighter request confirms that the key, base URL, Lighter namespace, symbol, and response envelope are working together. It does not confirm that every Lighter data family, time window, L3 route, or replay job is available to the same key.Lighter Request Checklist
| Field | Starter value |
|---|---|
| Venue family | Lighter.xyz |
| Namespace | /v1/lighter/* |
| First route | /v1/lighter/orderbook/BTC |
| First fields to log | route, symbol, response timestamp, meta.request_id, status code |
| Next branch | trades, candles, funding, OI, liquidations, L3, replay, or reconstruction |
BTC string is not enough context for logs or generated clients.
Next Branches
Use Lighter REST for exact routes and generated schemas, including/v1/lighter/liquidations/{symbol} and /v1/lighter/liquidations/{symbol}/volume. Use Historical market data when the job needs bounded windows. Use WebSocket replay when event ordering matters. Use Data quality before an output feeds a backtest, alert, export, or model.