get_gasless_price
Calculate the indicative price for gasless token swaps across multiple blockchains, enabling fee-free trading by specifying chain IDs, token addresses, and trade amounts.
Instructions
Get indicative price for a gasless token swap (no gas fees required)
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 (optional) |