Get Orderbook
Retrieves the current order book for a specific trading symbol, including bid and ask depth levels.
This endpoint returns real-time orderbook 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 orderbook–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
This endpoint requires the following scopes:
api-keystringRequiredFor third party retail API users
symbolstringRequiredExample: BTCUSDT.PERPPattern: ^[A-Z0-9]+(\.[A-Z0-9]+)?$