Export All Transactions
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Order Parameters
order_by
Type: string
Allowed Values:crypto,dateorder_direction
Type: string
Allowed Values:ASC,DESCstart_date
Type: string
Description: Start date to retrieve transaction fromend_date
Type: string
Description: End date to retrieve transaction toassets
Type: array of strings
Description: Asset names to filter onsource_acc
Type: array of strings
Description: SourceAcc denotes the vault ID's to filter onsource_ext
Type: array of strings
Description: SourceExt denotes the external addresses to filter ondestination_acc
Type: array of strings
Description: DestinationAcc denotes the vault ID's to filter ondestination_ext
Type: array of strings
Description: DestinationExt denotes the vault ID's to filter onstatus
Type: array of objects
Show 13 enum valuestransaction_type
Type: array of objects
Allowed Values:Reward,SmartContract,Stake,Transfer,Withdrawal,CreateAccountcreated_by
Type: array of strings
Description: CreatedBy denotes the users via the unique mpaId
Response Status Codes
200OK400Bad Request401Unauthorized403Forbidden500Internal Error502Bad Gateway504Gateway TimeoutdefaultError
API Example
Base URLhttps://api.your-wallet.blockdaemon-wallet.com/api/transactions/export.zip
curl --request GET \
--url https://api.your-wallet.blockdaemon-wallet.com/api/transactions/export.zip \
--header 'accept: application/json'
Click Try It! to start a request and see the response here!