L2 orderbook (bids-only, both sides)
L2 orderbook (bids-only, both sides)
Bids only, both sides (api.md §4.4). yes = YES bids at YES-space
ticks; no = NO bids at NO-space ticks; each best-first. A NO bid at
t is the YES ask at 100 − t — asks are derivable, never sent.
Level entries are [tick, aggregate_qty]; per-order data is never
published.
GET
L2 orderbook (bids-only, both sides)
Authorizations
The API key id (decimal string).
Request timestamp, Unix milliseconds (decimal). ±5000 ms replay window.
base64(HMAC-SHA256(secret, "timestamp\nMETHOD\npath?query\nbody")). For the WS handshake the body is empty and the path is /v1/ws.
Path Parameters
Query Parameters
Levels per side.
Required range:
1 <= x <= 99Response
The L2 book (api.md §4.4).