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

# Get Deactivatable Amount

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

Returns the total staked amount that can be deactivated across all wallets of
the user. If any prior deactivation intent was left unsigned, it will be automatically canceled.

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

## Response `200`

Ok

- SolanaDeactivatableAmount — The deactivatable amount
  - `protocol` 'solana', required — Solana protocol
  - `network` 'mainnet' | 'testnet', required — Solana network
  - `currency` string, required — Denomination of the cryptocurrency Solana.
  - `amount` string, required

## Other responses

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

---

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