Changes to Symbol Order Book Ticker

GET /api/v3/ticker/bookTicker

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. 48fbf99b38871
  2. a484ce871a7212

What changed

    • 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