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

#### URL Expired

The URL for this request expired after 30 days.

### Request Parameters

#### order_by
- **Type**: string  
- **Enum**: Choose what to order by  
  - Allowed: `DATE`, `USD`

#### order_direction
- **Type**: string  
- **Enum**: Choose direction of order  
  - Allowed: `ASC`, `DESC`

#### page
- **Type**: integer  
- **Required**: Yes
  
#### pageSize
- **Type**: integer  
- **Required**: Yes
  
#### search_name
- **Type**: string  
- **Optional**: Account name search string

#### partial
- **Type**: boolean  
- **Description**: use partial case-insensitive account name match  
  - Allowed: `true`, `false`

#### hidden
- **Type**: boolean  
- **Description**: include only hidden (`true`) or only visible (`false`) accounts  
  - Allowed: `true`, `false`

### Response Codes

- ``200``  OK
- ``400``  Bad Request
- ``401``  Unauthorized
- ``403``  Forbidden
- ``500``  Internal Error
- ``default``  Error

### Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/vaults

### Example Curl Command
```
curl --request GET \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/vaults \
     --header 'accept: application/json'
```

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

#### Example Responses
- application/json
- ``200``
- ``400``
- ``401``
- ``403``
- ``500``
- ``default`
