Skip to main content
GET
Get Hyperliquid L4 orderbook history
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

start
integer<int64>

Start of the requested window as a Unix timestamp in milliseconds. ISO 8601 strings are rejected.

Example:

1767225600000

end
integer<int64>

End of the requested window as a Unix timestamp in milliseconds. ISO 8601 strings are rejected.

Example:

1767312000000

cursor
integer<int64>

Timestamp cursor in Unix milliseconds from the previous response metadata.

limit
integer<int64>
default:100

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

Required range: x <= 1000

Response

Typed L4 orderbook checkpoint array

success
boolean
required
Example:

true

data
object[]
required
meta
object
required

Response metadata

Last modified on September 8, 2026