Skip to main content
GET
Get orderbook for integrators

Query Parameters

ticker_id
string
required

A ticker_id from GET /v1/integrations/tickers, such as USDCcNGN-SPOT. An unknown value is rejected rather than answered with another market.

depth
integer
default:50

Maximum price levels per side.

Required range: 1 <= x <= 500

Response

Aggregated levels, best first

ticker_id
string
required
timestamp
integer
required

Unix milliseconds at which the book was read.

bids
tuple[]
required

Levels buying the base asset, highest price first. Empty array, never null, when there are none.

asks
tuple[]
required

Levels selling the base asset, lowest price first. Empty array, never null, when there are none.