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

OR

Example response

{
  "symbol": "BNBBTC",
  "bidPrice": "16.36240000",
  "bidQty": "256.78000000",
  "askPrice": "16.36450000",
  "askQty": "12.56000000"
}

Changes

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

    • 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[bookTickerList]/items/askPrice became required for the status 200

      response-property-became-required

    • the response property oneOf[bookTickerList]/items/askQty became required for the status 200

      response-property-became-required

    • the response property oneOf[bookTickerList]/items/bidPrice became required for the status 200

      response-property-became-required

    • the response property oneOf[bookTickerList]/items/bidQty became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property oneOf[bookTicker]/askPrice became required for the status 200

      response-property-became-required

    • the response property oneOf[bookTicker]/askQty became required for the status 200

      response-property-became-required

    • the response property oneOf[bookTicker]/bidPrice became required for the status 200

      response-property-became-required

    • the response property oneOf[bookTicker]/bidQty became required for the status 200

      response-property-became-required

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

      response-property-became-required