Skip to main content
GET
Get Hyperliquid full-depth L2 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, SOL)

Example:

"BTC"

Query Parameters

timestamp
integer<int64>

Unix timestamp in milliseconds. If not provided, returns the latest full-depth L2 snapshot.

Example:

1767225600000

depth
integer

Requested aggregated L2 levels per side. This dedicated route returns all available aggregated levels for the selected symbol and checkpoint.

Example:

200

Response

Full-depth L2 order book snapshot

success
boolean
Example:

true

data
object

0xArchive full-depth aggregated L2 order book snapshot derived from L4 data

meta
object

Response metadata

Last modified on September 8, 2026