eth_maxPriorityFeePerGas

The eth_maxPriorityFeePerGas method returns the current maximum priority fee per gas (tip) in wei on the Optimism network. Introduced with EIP-1559, this method provides the suggested priority fee (miner tip) that users should pay to incentivize miners to include their transactions. This is separate from the base fee and helps determine the total gas cost for post-London-fork transactions using the new fee market mechanism.


Parameters

This method does not require any parameters.

Return Object

The method returns the max priority fee per gas in wei as a hexadecimal string.

Request Example
Request
Response Example
Response

Share on
Share on FacebookShare on XShare on LinkedIn
Did you find this page useful?