get_bridge_quote
Obtain a quote for bridging tokens between blockchain networks by specifying source and destination chains, token addresses, amount, and recipient.
Instructions
Get a bridge quote from /quote. Source: token/chain from get_supported_assets. Requires fromAmountBaseUnit and recipientAddress. Example: fromChainId=137, toChainId=137.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fromAmountBaseUnit | Yes | Amount to bridge in base units (as string) | |
| fromChainId | Yes | Source chain ID | |
| fromTokenAddress | Yes | Source token address | |
| recipientAddress | Yes | Recipient address | |
| toChainId | Yes | Destination chain ID | |
| toTokenAddress | Yes | Destination token address |