getSushiQuote
Retrieve a quote for swapping tokens on SushiSwap on the Katana network. Specify input and output tokens and the amount to get exchange rate and estimated output.
Instructions
Get a quote for swapping tokens on SushiSwap on Katana network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to swap in human-readable format (e.g., '1.5' for 1.5 tokens) | |
| tokenIn | Yes | Input token symbol or address (e.g., 'ETH', 'USDC', or token address) | |
| tokenOut | Yes | Output token symbol or address (e.g., 'USDT', 'WBTC', or token address) | |
| maxSlippage | No | Maximum slippage tolerance as percentage (e.g., 0.5 for 0.5%) |