eth_maxPriorityFeePerGas
Optimism node API
eth_maxPriorityFeePerGas | Optimism
Optimism API method eth_maxPriorityFeePerGas queries the current maximum priority fee per gas. Available on Optimism via Chainstack.
POST
eth_maxPriorityFeePerGas
Optimism API method
eth_maxPriorityFeePerGas queries the current maximum priority fee per gas. This method is particularly useful in periods of high network congestion to estimate the appropriate priority fee for a transaction.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
This method does not require any parameters.Response
result— the current maximum priority fee per gas, returned as a hexadecimal string.
Use case
Theeth_maxPriorityFeePerGas method is essential for:
- Wallets and transaction builders that dynamically adjust transaction fees to ensure timely inclusion in a block.
- Users and services looking to estimate transaction costs more accurately during periods of network congestion.
- Developers and analysts monitoring Optimism network fee dynamics.
Last modified on May 18, 2026