Whether liquidity is available for the swap.
The network for which this swap quote was created.
The token to receive (destination token).
The token to send (source token).
The amount to send in atomic units of the token.
The amount to receive in atomic units of the token.
The minimum amount to receive after slippage in atomic units of the token.
The block number at which the liquidity conditions were examined.
The estimated fees for the swap.
Potential issues discovered during validation.
Optional
transactionThe transaction to execute the swap.
The contract address to send the transaction to.
The transaction data.
The value to send with the transaction in Wei.
The gas limit for the transaction.
The gas price for the transaction in Wei.
Optional
permit2Permit2 data if required for the swap.
EIP-712 typed data for signing.
Execute the swap using the quote.
Optional
options: ExecuteSwapQuoteOptionsOptions for executing the swap.
A promise that resolves to the swap execution result.
Result of creating a swap quote.