arc200_balance_of
Retrieve the ARC-200 token balance of a wallet address on Algorand or Voi mainnet. Specify the contract app ID and network to get the balance in base units as a string.
Instructions
ARC-200 balanceOf(address) as base units (string in response).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| address | Yes | Token holder. | |
| network | Yes | Algorand or Voi mainnet identifier. |