Changes to Kline/Candlestick Data

GET /api/v3/klines

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

Changed in 3 of the 26 revisions of this API.44

  1. 6c02ecd56d371
  2. 5b6a6f4707951
  3. a484ce871a7242

What changed

    • added the new optional query request parameter timeZone

      new-optional-request-parameter

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new enum value 1s to the query request parameter interval

      request-parameter-enum-value-added

  • a484ce871a7242See the full diff
    • for the query request parameter endTime, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • for the query request parameter limit, the type/format was changed from integer/ to integer/int32

      request-parameter-type-changed

    • for the query request parameter startTime, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • the items/ response's property type/format changed from / to array/ for status 200

      response-property-type-changed

    • 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