### Cosmos Network API

#### Network
- **Type:** String  
- **Allowed Values:** `mainnet`, `testnet`

#### Wallets
- **Type:** Array of objects  
- **Description:** Array of Cosmos wallets.

#### Example Request
```shell
curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/cosmos/mainnet/deactivatable-amount \
     --header 'accept: application/json'
```

#### Possible Responses
- **200**: Ok  
- **400**: Invalid request.  
- **401**: Header 'X-API-Key' missing.  
- **500**: Internal server error.

#### Last Updated
Updated 2 months ago.
