estimate_bridge_fees
Calculate fees for bridging USDC or other tokens between blockchain networks. Specify source and destination chain IDs, token address, and amount to estimate transaction costs efficiently.
Instructions
Estimate fees for a bridge transaction
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | Amount to bridge | |
fromChainId | Yes | Source chain ID | |
toChainId | Yes | Destination chain ID | |
tokenAddress | No | Token address (optional, defaults to USDC) |