rubic_get_bridge_quotes
Get all available cross-chain bridge routes for swapping tokens between different blockchains. Compare routing options to find the one that fits your needs.
Instructions
Get all available cross-chain bridge routes for swapping tokens between different blockchains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Calculation timeout in seconds (min: 5, max: 60) | |
| walletAddress | No | Wallet address to send tokens to on the destination blockchain | |
| srcTokenAmount | Yes | Amount of source token to bridge (as a string with decimals) | |
| dstTokenAddress | Yes | Destination token address. Use 0x40252CFDF8B20Ed757D61ff157719F33Ec332402 for native tokens. | |
| includeTestnets | No | Include testnets in calculations | |
| srcTokenAddress | Yes | Source token address. Use 0x40252CFDF8B20Ed757D61ff157719F33Ec332402 for native tokens like ETH, BNB, etc. | |
| showFailedRoutes | No | Show failed routes in the response | |
| slippageTolerance | No | Slippage tolerance in percentage (min: 0.01, max: 50) | |
| dstTokenBlockchain | Yes | Destination blockchain name (e.g., ETH, BSC, POLYGON, etc.) | |
| srcTokenBlockchain | Yes | Source blockchain name (e.g., ETH, BSC, POLYGON, etc.) |