Credit
Credit Balance
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 of1000000000000000000
with18
decimalsbalance_formatted
would be1
. All token amount parameters in this API use this formatted mechanism.
POST
Authorizations
Body
application/json
Response
200
application/json
Credit Balance
The response is of type object
.