get_token_allowance
Check the ERC20 token allowance an owner has set for a spender. Use this to verify spending limits and prevent transaction failures.
Instructions
Get the allowance of an ERC20 token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | The address to check the allowance of | |
| chainId | No | Optional EVM chain ID to run this tool on (e.g. 1 for Ethereum, 8453 for Base, 42161 for Arbitrum). Defaults to the active wallet chain. | |
| spender | Yes | The address to check the allowance for | |
| tokenAddress | Yes | The address of the token to check the allowance of |