My Balance
API-v1my_balance
The my_balance
method returns the current balance of the specified coin
.
Parameter | Type | Required | Description |
---|---|---|---|
coin | string | ✓ | The name of the coin to retrieve the balance |
Parameter | Type | Description |
---|---|---|
address | string | The address that holds the coins |
balance | string (numeric) | The number of coins in the address; does not include unspendable_balance |
unspendable_balance | string (numeric) | The coin balance that is unspendable at the moment (e.g. if the address has immature UTXOs) |
coin | string | The name of the coin |
my_balance
POST
my_balance{
"userpass": "RPC_UserP@SSW0RD",
"method": "my_balance",
"coin": "KMD"
}