bridge_quote_multi
Obtain quotes for multi-hop routes across supported EVM chains. Internal optimization finds best path for token swaps.
Instructions
Get quotes for multi-hop routes across supported EVM chains. Resolves optimal path internally -- e.g., ETH on Base to USDC on Arbitrum may route through WBTC. Returns the full route as ordered hops with per-hop detail. Note: For Cosmos destinations (Persistence, Cosmos Hub), use xprt_farm_boost or bridge_get_quote with Squid Router.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in human-readable units (e.g. '100' for 100 USDC) | |
| toChain | Yes | Destination chain (e.g. 'arbitrum', 'bsc', or chain ID) | |
| toToken | Yes | Token to receive -- symbol (e.g. 'USDC', 'ETH') or contract address (0x...) | |
| optimize | No | Optimize for lowest cost or fastest delivery | cheapest |
| fromChain | Yes | Source chain (e.g. 'base', 'ethereum', or chain ID like '8453') | |
| fromToken | Yes | Token to send -- symbol (e.g. 'USDC', 'ETH') or contract address (0x...) | |
| fromAddress | Yes | Sender wallet address (0x...) |