L2 orderbook
Market Data
L2 Orderbook
GET
L2 orderbook
Returns the L2 orderbook for a single asset. Each level hasDocumentation Index
Fetch the complete documentation index at: https://hypernode-docs.polynode.dev/llms.txt
Use this file to discover all available pages before exploring further.
px (price), sz (aggregate size), and n (number of resting orders at that level). levels[0] = bids (descending), levels[1] = asks (ascending).
Example
| Field | Description |
|---|---|
coin | Asset name |
time | Timestamp (Unix ms) |
levels[0] | Bids (descending by price) |
levels[1] | Asks (ascending by price) |
px | Price level |
sz | Total size at this level |
n | Number of orders at this level |