Changes to List Orders

GET /v1/orders

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

Changed in 2 of the 9 revisions of this API.14

  1. 42a5acd1d60a1
  2. 227ca12abf3e13

What changed

    • for the query request parameter limit, the max was increased from 1000.00 to 10000.00

      request-parameter-max-increased

  • 227ca12abf3e13See the full diff
    • removed the required property from the response with the status

      response-required-property-removed

    • added the new optional query request parameter created_after

      new-optional-request-parameter

    • added the new optional query request parameter created_before

      new-optional-request-parameter

    • added the required property to the response with the status

      response-required-property-added