For AI agents: visit https://vault.docs.blockdaemon.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.

| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**vaultId**  
*type*: string  
*required*

id of the vault

**page**  
*type*: integer  
*required*

Page number

**pageSize**  
*type*: integer  
*required*

Number of entries per page

**order_by**  
*type*: string  
*enum*

Choose what to order by

Allowed:  
`crypto` `date`

**order_direction**  
*type*: string  
*enum*

Choose direction of order

Allowed:  
`ASC` `DESC`

**start_date**  
*type*: string

Start date to retrieve transaction from

**end_date**  
*type*: string

End date to retrieve transaction to

**assets**  
*type*: array of strings

Asset names to filter on

**source_acc**  
*type*: array of strings

SourceAcc denotes the vault ID's to filter on

**source_ext**  
*type*: array of strings

SourceExt denotes the external addresses to filter on

**destination_acc**  
*type*: array of strings

DestinationAcc denotes the vault ID's to filter on

**destination_ext**  
*type*: array of strings

DestinationExt denotes the external addresses to filter on

**status**  
*type*: array of objects

Show 13 enum values

**transaction_type**  
*type*: array of objects

Allowed:  
`Reward` `SmartContract` `Stake` `Transfer` `Withdrawal` `CreateAccount`

**created_by**  
*type*: array of strings

CreatedBy denotes the users via the unique mpaId

# HTTP Status Codes

# ``200      OK

# ``400      Bad Request

# ``401      Unauthorized

# ``403      Forbidden

# ``500      Internal Error

# ``502      Bad Gateway

# ``504      Gateway Timeout

# ``default      Error

Updated 3 months ago

---

ShellNodeRubyPHPPython

**Base URL**  
https://api.your-wallet.blockdaemon-wallet.com/api/transactions/vault/{vaultId}

```
xxxxxxxxxx

curl --request GET \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/transactions/vault/vaultId \
     --header 'accept: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``200``400``401``403``500``502``504``default

Updated 3 months ago
