Check a user balance by passing in the public key of the account you want to check.The response object includes your total balance as well as detailing all of the Mints and Tokens held by that Public Key.
Copy
val option = GetBalanceOption( token = Token.KIN.mint()) val balance = Altude.getBalance(option)?.amount