v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
NEAR

Get 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.

get/v1/near/{network}/deactivatable-amount

Response

Ok

protocol'near' required

Near protocol

network'mainnet' | 'testnet' | 'localnet' required

NEAR network

currencystring required

Denomination of NEAR Protocol.

amountstring required

Example response

{
  "currency": "100000000000000000000000000",
  "amount": "123456"
}