Fuse API
Build Transaction
Compile a Fuse intent into ready-to-sign transaction calldata.
POST
Takes a quote (or the same params you passed to
/v1/quote) and returns transaction data ready to sign and submit.
Body
Amount in wei.
Address to refund if cross-chain settlement fails.
Permit2 / EIP-2612 signature payload, if you signed one.
Response
Contract to call.
Hex-encoded calldata.
Native value to send (for native-token swaps).
Suggested gas limit.
Bind for status polling.
Examples
Use the
txId to poll /v1/status until the (possibly cross-chain) settlement completes.Last modified on May 4, 2026