Get current max priority fee per gas
Ronin node API
eth_maxPriorityFeePerGas | Ronin
The eth_maxPriorityFeePerGas method returns the current maximum priority fee per gas in wei. eth_maxPriorityFeePerGas on Ronin via Chainstack.
POST
Get current max priority fee per gas
TheDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
eth_maxPriorityFeePerGas method returns the current maximum priority fee per gas in wei. This fee, also known as a “tip,” is an additional amount paid directly to miners to incentivize them to include a transaction in a block. This is part of the EIP-1559 transaction pricing mechanism.
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 current maximum priority fee per gas, returned as a hexadecimal number.
Use case
This method is crucial for users and applications to dynamically adjust transaction fees to ensure timely processing, especially during periods of high network congestion. By specifying an appropriate max priority fee, transactions can be prioritized by miners without overpaying.Last modified on May 18, 2026