Build
API key for authentication. Can also be provided via Authorization header
with Bearer prefix: Authorization: Bearer <api-key>
Quote identifier from a previous /v1/quote response
550e8400-e29b-41d4-a716-446655440000Hex-encoded Permit2 signature from signing the EIP-712 typed data returned in the quote's permit2 field. Only used if the original quote was requested with include_permit2=true. Silently ignored if the quote did not include permit2 data.
0x1234567890abcdef...Pattern: ^0x[a-fA-F0-9]+$Run fork simulation on the assembled transaction before returning. The simulation result is included in the response. Simulation failures do NOT block the response — the transaction is still returned with simulation.success=false.
falseTransaction assembled successfully
Bad request - missing quote_id or invalid JSON
Unauthorized - missing or invalid API key
Quote not found
Internal server error - assembly failed
Last updated