midl_get_token_balance
Retrieve the ERC20 token balance of a wallet address along with token metadata (symbol, name, decimals).
Instructions
Get ERC20 token balance for an address. Returns balance along with token metadata (symbol, name, decimals).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenAddress | Yes | ERC20 token contract address | |
| ownerAddress | Yes | Address to check balance for |