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

L4 orderbook diff events

success
boolean
Example:

true

data
object[]
meta
object
Last modified on September 8, 2026