Get All Vaults
| 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
- Allowed:
order_direction
- Type: string
- Enum: Choose direction of order
- Allowed:
ASC,DESC
- Allowed:
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
- Allowed:
hidden
- Type: boolean
- Description: include only hidden (
true) or only visible (false) accounts- Allowed:
true,false
- Allowed:
Response Codes
200OK400Bad Request401Unauthorized403Forbidden500Internal ErrordefaultError
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
200400401403500- ``default`