Get Orders
Returns a list of orders.
Query parameters
Optional start of the time range to filter by order creation time, in Unix timestamp format (seconds)
Optional start of the time range to filter by order creation time, in Unix timestamp format (seconds)
Optional end of the time range to filter by order creation time, in Unix timestamp format (seconds)
Optional end of the time range to filter by order creation time, in Unix timestamp format (seconds)
Optional platform to filter orders by (e.g. ios, android, other).
A limit on the number of objects to be returned
A limit on the number of objects to be returned
Deprecated, use start_after_id. The number of objects to skip
Deprecated, use start_after_id. The number of objects to skip
The id of the last object of the previous page. The response starts with the object that follows it.
The id of the last object of the previous page. The response starts with the object that follows it.
Response
Successful Response
Changes
Changed in 7 of the 28 revisions of this API.411
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
for the
queryrequest parameterstart_after_id, the maxLength was set to32request-parameter-max-length-set
- ●
for the
queryrequest parameterlimit, the max was set to300.00request-parameter-max-set
- ●
for the
queryrequest parameterlimit, the min was set to1.00request-parameter-min-set
- ●
for the
queryrequest parameteroffset, the min was set to0.00request-parameter-min-set
- ●
- ○
added the new optional
queryrequest parameterstart_after_idnew-optional-request-parameter
- ○
queryrequest parameteroffsetwas deprecatedrequest-parameter-deprecated
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
- ○
added the new optional
queryrequest parameterend_atnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterplatformnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstart_atnew-optional-request-parameter
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○