---
title: "Get Deactivatable Amount"
method: GET
path: "/v1/cosmos/{network}/deactivatable-amount"
tags: ["Cosmos"]
---

# Get Deactivatable Amount

`GET /v1/cosmos/{network}/deactivatable-amount`

Returns the total staked amount that can be deactivated across all wallets of the user.

You can specify the optional `wallets` parameter to get the total deactivatable amount in specific wallets.

## Response `200`

Ok

- CosmosDeactivatableAmount — The deactivatable amount
  - `protocol` 'cosmos', required — Cosmos protocol
  - `network` 'mainnet' | 'testnet', required — Cosmos network
  - `currency` string, required — Denomination of the cryptocurrency Cosmos.
  - `amount` string, required
  - `wallets` WalletAmount[]
    - `wallet` string, required
    - `amount` string, required
    - `validator` string, required

## Other responses

- `400` — Invalid request.
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.net/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/versions/f94e296a08a3/schema)
