GetSwapPriceResponseAllOf: { gas: string | null; gasPrice: string }

Type declaration

  • gas: string | null

    The estimated gas limit that should be used to send the transaction to guarantee settlement.

    ^\d+$

  • gasPrice: string

    The gas price, in Wei, that should be used to send the transaction. For EIP-1559 transactions, this value should be seen as the maxFeePerGas value. The transaction should be sent with this gas price to guarantee settlement.

    ^\d+$