Get order book history (Deprecated)
0xArchive API reference for Get order book history (Deprecated). Includes route metadata, schemas, examples, and implementation notes.
Authorizations
API key for authentication. Get yours at https://0xarchive.io/dashboard
Path Parameters
Trading pair symbol (e.g., BTC, ETH, SOL)
"BTC"
Query Parameters
Start timestamp in Unix milliseconds. Defaults to 24h ago.
End timestamp in Unix milliseconds. Defaults to now.
Cursor for pagination (timestamp from previous response's next_cursor). If not provided, starts from the beginning of the range.
Maximum number of results (default: 100, max: 1000)
x <= 1000Requested price levels per side for this deprecated Hyperliquid compatibility route. Native Hyperliquid L2 data is capped at 20 levels per side; values above 20 do not return full depth here. Use /v1/hyperliquid/orderbook/{symbol}/l2 for full-depth aggregated L2.
x <= 20