Generate transaction bytecode
Generate executable transaction bytecode from a quote. The quote must not be expired.
Authorizations
API key for authentication. Obtain from your Deframe dashboard.
Body
Quote ID from /v2/swap/quote
"550e8400-e29b-41d4-a716-446655440000"
Address executing the swap on origin chain
"0xb794F5eA0ba39494cE839613fffBA74279579268"
Address receiving tokens on destination chain
"0xb794F5eA0ba39494cE839613fffBA74279579268"
Provider-specific raw quote data from the quote response. Pass this when the quote includes it.
Response format. userOperation returns an EIP-4337 user operation. fireblocks returns a Fireblocks contract call payload (requires accountId).
bytecode, userOperation, fireblocks Fireblocks vault account ID. Required when output=fireblocks.
12
Response
Bytecode generated successfully