get_bridge_quote
Obtain a quote for transferring the same token between blockchain networks, including estimated output amount, fees breakdown, and time estimate.
Instructions
Get a quote for bridging the same token from one chain to another (e.g. ETH on Ethereum → ETH on Base). Returns estimated output amount, fees breakdown, and time estimate. Use get_swap_quote instead if you want to change the token type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originChainId | Yes | Source chain ID (e.g. 1 for Ethereum). | |
| destinationChainId | Yes | Destination chain ID (e.g. 8453 for Base). | |
| currency | Yes | Token address to bridge. Use "0x0000000000000000000000000000000000000000" for native ETH. | |
| amount | Yes | Amount to bridge in the token's smallest unit (wei for ETH). Example: "1000000000000000000" for 1 ETH. | |
| sender | Yes | Sender wallet address. | |
| recipient | No | Recipient wallet address. Defaults to sender if not provided. |