evm_getwalletapprovals
Retrieve active ERC20 token approvals for a wallet address to identify which smart contracts have spending permissions.
Instructions
List active ERC20 token approvals for a wallet, showing which contracts have access.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | The chain to query | eth |
| limit | No | The desired page size of the result. | |
| cursor | No | The cursor returned in the previous response (used for getting the next page). | |
| address | Yes | The wallet address from which to retrieve active ERC20 token approvals |