getBalance

getBalance is a method on the ARIO class that retrieves the token balance for a specific wallet address.

getBalance does not require authentication.

Examples

getBalance

const balance = await ario.getBalance({
    address: 't4Xr0_J4Iurt7caNST02cMotaz2FIbWQ4Kbj616RHl3'
});

Parameters

ParameterTypeDescriptionOptional
addressstring - WalletAddressThe wallet address to retrieve the balance forfalse

Output

1234567890

Was this page helpful?