Skip to main content
GET
Get Lighter order book

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Path Parameters

symbol
string
required

Trading pair symbol (e.g., BTC, ETH)

Example:

"ETH"

Query Parameters

timestamp
integer<int64>

Unix timestamp in milliseconds. If not provided, returns latest snapshot.

Example:

1704067200000

depth
integer

Number of price levels per side. Full depth available.

Example:

20

Response

Order book snapshot

success
boolean
Example:

true

data
object

L2 order book snapshot

meta
object

Response metadata

Last modified on August 13, 2026