Show the Credit token balance of an account.
The returned response consists of 3 numbers:
balance
The absolute amount of tokens the user has.
decimals
The number of decimals defined in the Credit token.
balance_formatted
The user balance formatted to the token decimals. Example: for an balance of 1000000000000000000
with 18
decimals balance_formatted
would be 1
. All token amount parameters in this API use this formatted mechanism.
Credit Balance
The response is of type object
.