get_dex_quotes
Compare DEX swap quotes across Uniswap, SushiSwap, and 1inch to identify optimal prices, price impact, liquidity, and fees for token exchanges.
Instructions
Compare swap quotes across DEXes: Uniswap, SushiSwap, and 1inch. Returns best price, price impact, liquidity, and estimated fees for each venue. Costs 0.002 USDC per call (x402 micropayment on Base).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Input token symbol or address (e.g. "ETH", "USDC", "0x...") | |
| to | Yes | Output token symbol or address (e.g. "USDC", "DAI", "0x...") | |
| amount | Yes | Amount to swap (e.g. "1.5" for 1.5 ETH) | |
| chain | No | Chain to query (e.g. "ethereum", "base", "arbitrum"). Defaults to "ethereum". |