eth_maxPriorityFeePerGas
Endpoints
eth_maxPriorityFeePerGas | BNB Chain
BNB API method that returns an estimate of the current priority fee per gas. This fee is the tip that users may pay miners,post-merge.
POST
eth_maxPriorityFeePerGas
BNB API method that returns an estimate of the current priority fee per gas. This fee is the tip that users may pay miners,post-merge, to validators on top of the base fee to incentivize the inclusion of their transactions in a block. This method helps users adjust their transaction fees in a dynamic market, ensuring transactions are processed promptly without overpaying.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
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
quantity— the estimated priority fee per gas needed, represented as a hexadecimal string.
eth_maxPriorityFeePerGas code examples
Use Case
A practical use case foreth_maxPriorityFeePerGas using ethers.js is to calculate transaction fees dynamically for applications and wallets to accurately estimate the cost of transactions, especially during periods of high network congestion. This method ensures transactions are confirmed promptly without overpaying. By fetching the current priority fee (maxPriorityFeePerGas) and the maximum fee per gas (maxFeePerGas), applications can dynamically calculate the total transaction fee required for prompt processing under the current network conditions.Last modified on May 18, 2026