Skip to main content
GET
Get Lighter L3 orderbook history

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, SOL)

Example:

"BTC"

Query Parameters

start
string<date-time>

Start timestamp (ISO 8601 format, e.g., 2026-01-01T00:00:00Z)

end
string<date-time>

End timestamp (ISO 8601 format, e.g., 2026-01-02T00:00:00Z)

cursor
string

Cursor for pagination (use the value from previous response's next_cursor)

limit
integer
default:1000

Maximum number of results (default: 1000, max: 10000)

Required range: x <= 10000

Response

Historical L3 orderbook snapshots

success
boolean
Example:

true

data
object[]
meta
object
Last modified on August 13, 2026