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

OR

Example response

{
  "symbol": "BNBBTC",
  "price": "0.17160000"
}

Changes

Changed in 2 of the 26 revisions of this API.7

    • added the new optional query request parameter symbols

      new-optional-request-parameter

    • the response property code became required for the status 400

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required

    • the response property oneOf[priceTickerList]/items/price became required for the status 200

      response-property-became-required

    • the response property oneOf[priceTickerList]/items/symbol became required for the status 200

      response-property-became-required

    • the response property oneOf[priceTicker]/price became required for the status 200

      response-property-became-required

    • the response property oneOf[priceTicker]/symbol became required for the status 200

      response-property-became-required