get_token_balance
Check the token balance for any Celo address by supplying the wallet address and token contract address. Get the exact amount of that token held by the wallet.
Instructions
Get the token balance for a specific address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The address to check the balance for. | |
| token_address | Yes | The contract address of the token. |