Skip to main content
GET
Orderbook
Levels are [price, quantity] pairs, best-first on both sides (bids descending, asks ascending).

Query parameters

For streaming updates subscribe to perps_book:<instrument> — every message there is a complete snapshot (including the immediate one on subscribe), so you replace your local book each time rather than merging deltas.

Authorizations

x-api-key
string
header
required

Path Parameters

instrument
string
required

Instrument id (e.g. 6), symbol (BTC-USD), or bare asset (btc).

Query Parameters

depth
integer

Levels per side (default: full book).

Response

200 - application/json

Success