Skip to main content
GET
Get Hyperliquid Spot L4 order book 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

Hyperliquid Spot pair symbol, for example HYPE-USDC

Example:

"HYPE-USDC"

Query Parameters

start
integer<int64>

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

Example:

1704067200000

end
integer<int64>

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

Example:

1704070800000

cursor
integer<int64>

Timestamp cursor in Unix milliseconds from the previous response metadata.

limit
integer<int64>
default:10

Maximum number of records to return (default: 10, hard cap: 10).

Required range: x <= 10

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