Market
Symbol Order Book Ticker
Best price/qty on the order book for a symbol or symbols.
- If the symbol is not sent, bookTickers for all symbols will be returned in an array.
Weight(IP):
- 2 for a single symbol;
- 4 when the symbol parameter is omitted;
get/api/v3/ticker/bookTicker
Query parameters
symbolstring
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
symbolsstring
Example:["BTCUSDT","BNBBTC"]
Response
Order book ticker
Example response
{
"symbol": "BNBBTC",
"bidPrice": "16.36240000",
"bidQty": "256.78000000",
"askPrice": "16.36450000",
"askQty": "12.56000000"
}