get_coin_balance
Retrieve the balance of a specific coin type for an Aptos account, including custom tokens. Returns balance details and metadata for efficient asset tracking.
Instructions
Get the balance of a specific coin type for an Aptos account. This is used for checking the balance of custom coins or tokens. Returns the coin balance and metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_address | Yes | Aptos account address, e.g., 0x1 or 0x742d35Cc6634C0532925a3b8D6Ac0C4db9c8b3 | |
coin_type | Yes | Coin type identifier, e.g., '0x1::aptos_coin::AptosCoin' or custom coin type |