On this page

latest contributor to this doc

Last Edit:

@smk762↗

My Balance

API-v1my_balance

The my_balance method returns the current balance of the specified coin.

ParameterTypeRequiredDescription
coinstring✓The name of the coin to retrieve the balance

ParameterTypeDescription
addressstringThe address that holds the coins
balancestring (numeric)The number of coins in the address; does not include unspendable_balance
unspendable_balancestring (numeric)The coin balance that is unspendable at the moment (e.g. if the address has immature UTXOs)
coinstringThe name of the coin

my_balance

POST
my_balance
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "my_balance",
  "coin": "KMD"
}