#### URL Expired

The URL for this request expired after 30 days.

### Vault ID

| ID   | Type   | Description                              |
|------|--------|------------------------------------------|
| int64| required| ID of the vault                          |

### Response Codes

| Code | Description         |
|------|---------------------|
| 200  | OK                  |
| 400  | Bad Request         |
| 401  | Unauthorized        |
| 403  | Forbidden           |
| 404  | Not Found           |
| 500  | Internal Error      |
| default | Error            |

### Example Request

Base URL

```
https://api.your-wallet.blockdaemon-wallet.com/api/vaults/{id}
```

#### cURL Example

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

### Try It!

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

```
application/json
```

Response Codes:

```
200
400
401
403
404
500
default
```
