Get Hyperliquid native L2 order book (20 levels)
0xArchive API reference for Get Hyperliquid native L2 order book (20 levels). Includes route metadata, schemas, examples, and implementation notes.
GET
Get Hyperliquid native L2 order book (20 levels)
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
Unix timestamp in milliseconds. If not provided, returns latest snapshot.
Example:
1704067200000
Requested price levels per side for this native venue snapshot. Hyperliquid native L2 data is capped at 20 levels per side; values above 20 do not return full depth on this route. Use the /l2 routes for full-depth aggregated L2.
Required range:
x <= 20Example:
20
Last modified on September 8, 2026