Get Hyperliquid L4 orderbook diffs
0xArchive API reference for Get Hyperliquid L4 orderbook diffs. Includes route metadata, schemas, examples, and implementation notes.
GET
Get Hyperliquid L4 orderbook diffs
API key required. Send
X-API-Key with this request. See REST authentication.Machine schema
Machine schema
Open the generated operation schema for machine-readable request and response details.
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
Trading pair symbol (e.g., BTC, ETH, SOL)
Example:
"BTC"
Query Parameters
Start of the requested window as a Unix timestamp in milliseconds. ISO 8601 strings are rejected.
Example:
1767225600000
End of the requested window as a Unix timestamp in milliseconds. ISO 8601 strings are rejected.
Example:
1767312000000
Cursor for pagination (use the value from previous response's next_cursor)
Maximum number of results (default: 1000, max: 10000)
Required range:
x <= 10000Last modified on September 8, 2026