This is the first step when bridging tokens between chains. Call this endpoint with your source and destination assets to find the optimal transfer route. The response includes the expected output amount, USD value estimates, and an ordered list of operations.
After receiving a route, pass the full response (including operations) to the Generate Transaction endpoint (POST /v2/fungible/msgs) to get signable transaction messages you can broadcast.
Amount to send in the smallest denomination (e.g. "1000000" for 1 INIT).
Source chain ID.
Source asset denomination.
Destination chain ID.
Destination asset denomination.
Allow routes that may have higher risk.
Use Go Fast bridging. Automatically determined if not set.
Force an Optimistic withdrawal route.
Successful response
Input amount.
Expected output amount.
Source chain ID.
Source asset denom.
Destination chain ID.
Destination asset denom.
Ordered list of transfer operations to execute.
All chain IDs that require an address, in order of usage by operations in the route. Use this to populate the address_list parameter in the Generate Transaction request.
USD value of the input amount.
USD value of the output amount.
Price impact warning (present when impact exceeds 5%).
Whether an OP hook is required for this route.