eth_maxPriorityFeePerGas
Returns a fee per gas that is an estimate of how much you can pay as a priority fee, or 'tip', to get a transaction included in the current block.
Request
Response
Hexadecimal in Wei.
Last updated
Returns a fee per gas that is an estimate of how much you can pay as a priority fee, or 'tip', to get a transaction included in the current block.
Hexadecimal in Wei.
Last updated
Generally you will use the value returned from this method to set the maxFeePerGas
in a subsequent transaction that you are submitting. This method was introduced with .