Skip to main content
GET
Get Lighter order book
API key required. Send X-API-Key with this request. See REST authentication.
Open the generated operation schema for machine-readable request and response details.

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

Requested price levels per side. The Lighter native L2 route includes all served levels.

Example:

20

Response

Order book snapshot

success
boolean
Example:

true

data
object

L2 order book snapshot

meta
object

Response metadata

Last modified on September 8, 2026