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;
Query parameters
Trading symbol, e.g. BNBUSDT
Response
Price ticker
Example response
{
"symbol": "BNBBTC",
"price": "0.17160000"
}Changes
Changed in 2 of the 26 revisions of this API.7
- ○
added the new optional
queryrequest parametersymbolsnew-optional-request-parameter
- ○
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
msgbecame required for the status400response-property-became-required
- ○
the response property
oneOf[priceTickerList]/items/pricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[priceTickerList]/items/symbolbecame required for the status200response-property-became-required
- ○
the response property
oneOf[priceTicker]/pricebecame required for the status200response-property-became-required
- ○
the response property
oneOf[priceTicker]/symbolbecame required for the status200response-property-became-required
- ○