get_gasless_quote
Obtain a gasless token swap quote with EIP-712 signature data for secure, zero-gas transactions across select blockchains. Input chain ID, token addresses, and sell amount to generate executable quotes for DeFi trades.
Instructions
Get executable quote for a gasless token swap with EIP-712 signature data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
buyToken | Yes | Contract address of token to buy | |
chainId | Yes | Blockchain ID (e.g., 8453 for Base) | |
sellAmount | Yes | Amount of sellToken in base units | |
sellToken | Yes | Contract address of token to sell | |
slippageBps | No | Maximum acceptable slippage in basis points (optional, min: 30) | |
taker | No | Address executing the trade (required for gasless quotes, uses USER_ADDRESS from env if not provided) |