get_gasless_approval_tokens
Retrieve tokens supporting gasless approvals via EIP-2612 permit for efficient DeFi transactions. Specify blockchain ID to filter results and streamline trading operations.
Instructions
Get list of tokens that support gasless approvals (EIP-2612 permit)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chainId | No | Blockchain ID (e.g., 8453 for Base, defaults to 8453 if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"chainId": {
"description": "Blockchain ID (e.g., 8453 for Base, defaults to 8453 if not provided)",
"type": "integer"
}
},
"required": [],
"type": "object"
}