#### URL Expired

The URL for this request expired after 30 days.

| Parameter  | Type     | Description                              |
|------------|----------|------------------------------------------|
| caip19     | string   | required CAIP-19 asset identifier       |
| no_cache   | boolean  | If set, do not use cache                 |

# Responses

- ``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/assets/{caip19}/validators`

```bash
curl --request GET \
     --url https://api.your-wallet.blockdaemon-wallet.com/api/assets/caip19/validators \
     --header 'accept: application/json'
```

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

application/json

---
