get_bridge_quote
Get a cross-chain bridge quote for moving tokens between source and destination chains. Specify token, amount, and chains to receive pricing for available bridges.
Instructions
Get a quote for bridging tokens across chains
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token address to bridge | |
| amount | Yes | Amount to bridge (in wei) | |
| bridge | No | Specific bridge to use (stargate, layerzero, wormhole, across) | |
| destChain | Yes | Destination chain | |
| sourceChain | Yes | Source chain (e.g., 'ethereum', 'bsc') |