Method Name
private/expired_and_cancelled_history
private/expired_and_cancelled_historyGenerate a list of URLs to retrieve archived orders
Required minimum session key permission level is read_only
Parameters
| end_timestampintegerrequired End Unix timestamp |
| expiryintegerrequired Expiry of download link in seconds. Maximum of 604800. |
| start_timestampintegerrequired Start Unix timestamp |
| subaccount_idintegerrequired Subaccount to download data for |
| walletstringrequired Wallet to download data for |
Response
| idstring or integerrequired |
| resultobjectrequired |
| result.presigned_urlsarray of stringsrequired List of presigned URLs to the snapshots |
Example
{request_example_shell}{request_example_javascript}{request_example_python}The above command returns JSON structured like this:
{response_example_json}