Routing
Generate Transaction
This is the second step when bridging tokens. After computing a route with Compute Route (POST /v2/fungible/route), pass the route details and your addresses to this endpoint. It returns signable transaction messages that you can broadcast to the source chain.
The typical flow is: Compute Route → Generate Transaction → sign and broadcast → Track Transaction.
post/v2/fungible/msgs
Request body
Response
Successful response
Changes
Changed in 2 of the 6 revisions of this API.11
- ●
removed the request property
ignore_blacklistrequest-property-removed
- ●
- ○
added the new optional request property
ignore_blacklistnew-optional-request-property
- ○