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

# Get Deactivatable Amount

`GET /v1/near/{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

- NearDeactivatableAmount — The deactivatable amount
  - `protocol` 'near', required — Near protocol
  - `network` 'mainnet' | 'testnet' | 'localnet', required — NEAR network
  - `currency` string, required — Denomination of NEAR Protocol.
  - `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.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)
