Orderbook Snapshot Endpoint
Hyperliquid
L4 Orderbook snapshot
Get complete orderbook snapshot for all pairs.
GET
Orderbook Snapshot Endpoint
This endpoint provides a complete snapshot of the orderbook for all trading pairs with approximately 5-second freshness.Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Compression RequiredThis endpoint requires brotli compression for efficient data transfer.
Response Structure
The response is an array of orderbook snapshots, where each entry contains:- Pair identifier - Trading pair (e.g.,
@1,@10) - Bids array - Buy orders sorted by price
- Asks array - Sell orders sorted by price
Example Response
Freshness is ~5s.Authorizations
Response
Successful response