Get Swap Quote
get_quoteObtain a price quote for token swaps showing expected output, exchange rate, and route. Works on Base, Citrea, HyperEVM, and Monad without authentication.
Instructions
Get a price quote for a token swap without authentication. Shows expected output amount, exchange rate, and route info. No wallet or session required — use this to check prices before committing to a swap. Supported chains: Base, Citrea, HyperEVM, Monad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Target blockchain network | base |
| amount | Yes | Amount to quote (e.g. '0.1', '100') | |
| slippage | No | Slippage tolerance percentage (default: 0.5) | |
| to_token | Yes | Destination token symbol | |
| from_token | Yes | Source token symbol (e.g. 'ETH', 'USDC', 'MON') |