Get current order book. Note that this request returns limited market depth.
If you need to continuously monitor order book updates, please consider using Websocket Market Streams:
<symbol>@depth<levels>
<symbol>@depth
You can use depth request together with <symbol>@depth streams to maintain a local order book.
Retail Price Improvement(RPI) orders are not visible and excluded in the response message.
Weight: Adjusted based on the limit:
| Limit | Weight |
|---|---|
| 5, 10, 20, 50 | 2 |
| 100 | 5 |
| 500 | 10 |
| 1000 | 20 |
Request parameters.
Best price/qty on the order book for a symbol or symbols.
Retail Price Improvement(RPI) orders are not visible and excluded in the response message.
If the symbol is not sent, bookTickers for all symbols will be returned in an array.
The field X-MBX-USED-WEIGHT-1M in response header is not accurate from this endpoint, please ignore.
Weight: 2 for a single symbol; 5 when the symbol parameter is omitted
OptionalrequestParameters: DerivativesTradingUsdsFuturesWebsocketAPI.SymbolOrderBookTickerRequestRequest parameters.
Latest price for a symbol or symbols.
If the symbol is not sent, prices for all symbols will be returned in an array.
Weight: 1 for a single symbol; 2 when the symbol parameter is omitted
OptionalrequestParameters: DerivativesTradingUsdsFuturesWebsocketAPI.SymbolPriceTickerRequestRequest parameters.
MarketDataApi - interface
MarketDataApi