# Deactivation intents listed

## Allowed Values
- `mainnet`
- `testnet`

## Response Codes
- `200`: Deactivation intents listed
- `400`: Invalid request.
- `401`: Header 'X-API-Key' missing.
- `500`: Internal server error.

## Example Request

```shell
curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/cosmos/mainnet/deactivation-intents \
     --header 'accept: application/json'
```

## Response Format
- `application/json`
