Changes to Order Book

GET /api/v3/depth

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

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

  1. f1d8926e955a8
  2. a484ce871a7235

What changed

    • removed the enum value 10.00 from the query request parameter limit

      request-parameter-enum-value-removed

    • removed the enum value 100.00 from the query request parameter limit

      request-parameter-enum-value-removed

    • removed the enum value 1000.00 from the query request parameter limit

      request-parameter-enum-value-removed

    • removed the enum value 20.00 from the query request parameter limit

      request-parameter-enum-value-removed

    • removed the enum value 5.00 from the query request parameter limit

      request-parameter-enum-value-removed

    • removed the enum value 50.00 from the query request parameter limit

      request-parameter-enum-value-removed

    • removed the enum value 500.00 from the query request parameter limit

      request-parameter-enum-value-removed

    • removed the enum value 5000.00 from the query request parameter limit

      request-parameter-enum-value-removed

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

      request-parameter-type-changed

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

      response-property-type-changed

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

      response-property-type-changed

    • the response property asks became required for the status 200

      response-property-became-required

    • the response property bids became required for the status 200

      response-property-became-required

    • the response property code became required for the status 400

      response-property-became-required

    • the response property lastUpdateId became required for the status 200

      response-property-became-required

    • the response property msg became required for the status 400

      response-property-became-required