Create the EIP 7702 calldata for a swap transaction (including wrap/unwrap and bridging) against the Uniswap Protocols. If the quote parameter includes the fee parameters, then the calldata will include the fee disbursement. The gas estimates will be more precise when the the response calldata would be valid if submitted on-chain.
Native ETH / UniswapX setup: When x-erc20eth-enabled is true and the input token is native ETH, the response may include an additional native approval call (e.g. an approveNative step) to enable ERC20-ETH (EIP-7914) spending for the wallet. This native allowance is a prerequisite for native ETH input on UniswapX (/quote → /order) for supported wallets.
The version of the Universal Router to use for the swap journey. MUST be consistent throughout the API calls.
1.2, 2.0 Enable native ETH input support for UniswapX via ERC20-ETH (EIP-7914). When set to true and tokenIn is the native currency address (e.g. 0x0000000000000000000000000000000000000000), the API may return UniswapX routes that spend native ETH for supported wallets.
the permit2 message object for the customer to sign to permit spending by the permit2 contract.
The unix timestamp at which the order will be reverted if not filled.
The urgency impacts the estimated gas price of the transaction. The higher the urgency, the higher the gas price, and the faster the transaction is likely to be selected from the mempool. The default value is urgent.
normal, fast, urgent