base: baseSwapQuote
baseSwapQuoteRetrieve a live swap quote and USD price for any Base token pair by providing the from and to token addresses and the amount to swap.
Instructions
Get current USD price and swap quote for Base tokens. ALWAYS fetch fresh prices - crypto is volatile. Use 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE for native ETH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromTokenAddress | Yes | Token address to swap from | |
| toTokenAddress | Yes | Token address to swap to | |
| amount | Yes | Amount to swap (human readable) |