Changes to Get Fills

GET /v1/account/fills

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

Changed in 3 of the 7 revisions of this API.5

  1. 76e4e47cf3aa2
  2. 734bf911b1be1
  3. 953ba055eaeb2

What changed

    • for the query request parameter cursor, the type/format was generalized from integer/ to string/

      request-parameter-type-generalized

    • added the optional property cursor to the response with the 200 status

      response-optional-property-added

    • added the required property data/items/adl to the response with the 200 status

      response-required-property-added

    • added the new optional query request parameter cursor

      new-optional-request-parameter

    • added the new optional query request parameter sort

      new-optional-request-parameter