get_bridge_quote
Retrieve a quote for bridging USDC or tokens across blockchain networks. Specify source and destination chains, tokens, and amount to calculate the transfer cost and details.
Instructions
Get a quote for bridging USDC or other tokens between chains
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount to bridge in smallest unit (wei, lamports, etc.) | |
fromChainId | Yes | Source chain ID | |
fromToken | Yes | ||
slippageBps | No | Slippage tolerance in basis points (100 = 1%) | |
toChainId | Yes | Destination chain ID | |
toToken | Yes | ||
userAddress | No | User address for better quote accuracy (optional) |