Market
Symbol Price Ticker
Latest price for a symbol or symbols.
- If the symbol is not sent, prices 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/price
Query parameters
symbolstring
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
symbolsstring
Example:["BTCUSDT","BNBBTC"]
Response
Price ticker
Example response
{
"symbol": "BNBBTC",
"price": "0.17160000"
}