Returns information about an account's balance. Replaces /balance/{address}
from versions < v1.0.0.
SS58 address of the account.
successful operation
Block number and hash at which the call was made.
Account nonce.
Token symbol of the balances displayed in this response.
Free balance of the account. Not equivalent to spendable balance. This is the only balance that matters in terms of most operations on tokens.
Reserved balance of the account.
The amount that free
may not drop below when withdrawing for anything except transaction fee payment. Note, that some runtimes may not have support for miscFrozen and if so the following will be returned miscFrozen does not exist for this runtime
The amount that free
may not drop below when withdrawing specifically for transaction fee payment. Note, that some runtimes may not have support for feeFrozen and if so the following will be returned feeFrozen does not exist for this runtime
The amount that free
may not drop below when reducing the balance, except for actions where the account owner cannot reasonably benefit from the balance reduction, such as slashing. Note, that some runtimes may not have support for frozen and if so the following will be returned frozen does not exist for this runtime
Array of locks on a balance. There can be many of these on an account and they "overlap", so the same balance is frozen by multiple locks