v1

latestOpenAPI 3.1.02026-07-24223580832.9 KB
Binance

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/binance/{network}/deactivatable-amount

Response

Ok

protocol'binance' required

Binance beacon chain protocol

network'mainnet' | 'testnet' required

Binance beacon chain network

currencystring required

The smallest denomination of Binance Coin (BNB) is called Jager. 1 Jager =0.00000001 BNB.

amountstring required

Example response

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