eth_maxPriorityFeePerGas
Gas data | Monad
eth_maxPriorityFeePerGas | Monad
Monad API method that returns a suggestion for the max priority fee per gas (tip) to use in EIP-1559 transactions. Monad via Chainstack.
POST
eth_maxPriorityFeePerGas
Monad API method that returns a suggestion for the max priority fee per gas (tip) to use in EIP-1559 transactions. This method helps you determine an appropriate tip to incentivize validators to include your transaction.
Monad-specific behavior: Currently returns a hardcoded suggested fee of 2 gwei. This is temporary and will be updated with dynamic fee estimation in the future.
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
none
Response
result— the suggested max priority fee per gas in wei, encoded as hexadecimal.
eth_maxPriorityFeePerGas code examples
Use case
A practical use case foreth_maxPriorityFeePerGas is dynamically setting the priority fee for EIP-1559 transactions to ensure competitive inclusion times while avoiding overpaying during low-congestion periods.Last modified on May 18, 2026