Builds executable transaction data for cross-chain trades and swaps. Use recommendedSource from the quote response as selectedRoute. Returns transaction calldata, gas estimates, and execution parameters.
Source chain ID where the transaction will be executed
42161
User's wallet address that will send the transaction
"0x99BCEBf44433E901597D9fCb16E799a4847519f6"
Address to receive refunds in case of failed transactions
"0x99BCEBf44433E901597D9fCb16E799a4847519f6"
Whether the user will use gasless execution
false
Whether the sender has Permit2 approval for all tokens in the route
false
Array of build details per token pair (one entry per quote pair)
Skip USD pricing for faster build
Whether to disable gas estimation and simulation
Successful response. Contains status, txId, chainId, transaction (EVM: data, to, from, value, gasLimit), gasless, quotes (per-pair destAmount/minDestAmount/provider/additionalInfo), and additionalInfo (per-pair requestId, bridgeProvider, srcSwapProvider). For Solana: transaction may include svmTxData. For Bitcoin: btcTxData.
Build status
"success"
Unique transaction/build identifier (hex)
"0x3078393942432d3735313966362d313737333033363131363530350000000000"
Chain ID where the transaction is to be executed
42161
EVM transaction payload (when gasless is false)
Whether this is a gasless (intent) build
false
Per-pair quote summary. Keys are pair identifiers (e.g. fromChain_srcToken-toChain_destToken). Each value contains provider, destAmount, minDestAmount, and optional additionalInfo (requestId, bridgeProvider, srcSwapProvider).
Solana transaction data when destination is SVM
Bitcoin transaction data when applicable