#### URL Expired

The URL for this request expired after 30 days.

| Field      | Type    | Description                  | Required |
|------------|---------|------------------------------|----------|
| id         | int64   | id of the vault              | required  |
| no_cache   | boolean | If set, do not use cache     | false    |

# Response Codes

# ``200      OK
# ``400      Bad Request
# ``401      Unauthorized
# ``403      Forbidden
# ``404      Not Found
# ``500      Internal Error
# ``default      Error

---

### Base URL

https://api.your-wallet.blockdaemon-wallet.com/api/staking/{id}/validators

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

---
