Get Orderbook

Retrieves the current order book for a specific trading symbol, including bid and ask depth levels.

This endpoint returns real-time order book data for the specified trading pair (symbol).

The response includes arrays of bid and ask prices with corresponding quantities, allowing clients to visualize market depth and liquidity.

It is primarily used for building trading interfaces, monitoring market movements, or executing order-book–based strategies.

Optional parameters such as limit can be used to control the number of depth levels returned.

Authentication with a valid API key and read permission scope is required.

Get Order Books

get
Required scopes
This endpoint requires the following scopes:
Authorizations
api-keystringRequired

For third party retail API users

Query parameters
symbolstringRequired

Trading symbol

Example: BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$
Responses
200

OK

application/json
get
/api/v1/market/orderbook
200

OK

Last updated