| 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`, `date`

- **order_direction**  
  *Type:* string  
  *Allowed Values:* `ASC`, `DESC`

- **start_date**  
  *Type:* string  
  *Description:* Start date to retrieve transaction from

- **end_date**  
  *Type:* string  
  *Description:* End date to retrieve transaction to

- **assets**  
  *Type:* array of strings  
  *Description:* Asset names to filter on

- **source_acc**  
  *Type:* array of strings  
  *Description:* SourceAcc denotes the vault ID's to filter on

- **source_ext**  
  *Type:* array of strings  
  *Description:* SourceExt denotes the external addresses to filter on

- **destination_acc**  
  *Type:* array of strings  
  *Description:* DestinationAcc denotes the vault ID's to filter on

- **destination_ext**  
  *Type:* array of strings  
  *Description:* DestinationExt denotes the vault ID's to filter on

- **status**  
  *Type:* array of objects  
  *Show 13 enum values*

- **transaction_type**  
  *Type:* array of objects  
  *Allowed Values:* `Reward`, `SmartContract`, `Stake`, `Transfer`, `Withdrawal`, `CreateAccount`

- **created_by**  
  *Type:* array of strings  
  *Description:* CreatedBy denotes the users via the unique mpaId

### Response Status Codes

- `200`  OK  
- `400`  Bad Request  
- `401`  Unauthorized  
- `403`  Forbidden  
- `500`  Internal Error  
- `502`  Bad Gateway  
- `504`  Gateway Timeout  
- `default`  Error

### API Example

Base URL  
`https://api.your-wallet.blockdaemon-wallet.com/api/transactions/export.zip`

```bash
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!
