estimate_bridge_fees
Calculate bridge transaction fees across multiple blockchain networks using source and destination chain IDs, amount, and optional token address.
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) |