HomeDocumentationAPI Reference
Log In
API Reference

Expired And Cancelled History

Method Name

private/expired_and_cancelled_history

Generate a list of URLs to retrieve archived orders
Required minimum session key permission level is read_only

Parameters

end_timestamp  integer required
End Unix timestamp

expiry  integer required
Expiry of download link in seconds. Maximum of 604800.

start_timestamp  integer required
Start Unix timestamp

subaccount_id  integer required
Subaccount to download data for

wallet  string required
Wallet to download data for

Response

id  string or integer required

result  object required

result. presigned_urls  array of strings required
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}