base_allowance
ERC-20 allowance on Base: how much a spender may pull from an owner, whether it is an unlimited approval, the owner balance, and how much is actually spendable right now. Defaults to USDC. Costs $0.001 per call, paid in USDC over x402 on Base. Calling this tool returns the payment requirements; failed calls are never billed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Token holder address | |
| token | No | Optional ERC-20 contract, defaults to USDC on Base | |
| spender | Yes | Address allowed to spend |