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.
Note:*
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.
Note:*
Weight: 2 for a single symbol; 5* when the symbol parameter is omitted
Notes:
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.
Request parameters.
Latest price for a symbol or symbols.
Weight: 1 for a single symbol; 2* when the symbol parameter is omitted
Notes:
Request parameters.
MarketDataApi - object-oriented interface MarketDataApi