Skip to main content

Symbol Order Book Ticker

Response

{
"symbol": "AEUSDT",
"bidPrice": "0.11001",
"bidQty": "115.59",
"askPrice": "0.11127",
"askQty": "215.48"
}
OR
[
{
"symbol": "AEUSDT",
"bidPrice": "0.11001",
"bidQty": "115.59",
"askPrice": "0.11127",
"askQty": "215.48"
},
{
"symbol": "AEUSDT",
"bidPrice": "0.11001",
"bidQty": "115.59",
"askPrice": "0.11127",
"askQty": "215.48"
}
]
  • GET /api/v3/ticker/bookTicker

Weight(IP): 10

Best price/qty on the order book for a symbol or symbols.

Parameters:

NameTypeMandatoryDescription
symbolstringNOIf the symbol is not sent, all symbols will be returned in an array.

Response:

NameDescription
symbolSymbol
bidPriceBest bid price
bidQtyBest bid quantity
askPriceBest ask price
askQtyBest ask quantity