eth_maxPriorityFeePerGas
Hyperliquid node API
eth_maxPriorityFeePerGas | Hyperliquid EVM
Returns the current maximum priority fee per gas for EIP-1559 transactions. On Hyperliquid, this method always returns zero as priority fees are not used.
POST
eth_maxPriorityFeePerGas
This method is available on Chainstack. Not all Hyperliquid methods are available on Chainstack, as the open-source node implementation does not support them yet — see Hyperliquid methods for the full availability breakdown.
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 takes no parameters.Returns
Returns the maximum priority fee per gas as a hexadecimal string. On Hyperliquid, this is always"0x0".
Example request
Use your own endpoint in your code. The code examples use a placeholder Chainstack endpoint (YOUR_CHAINSTACK_ENDPOINT) — replace it with your own Hyperliquid node endpoint from the Chainstack console. The curl above uses a shared public endpoint for quick checks only; do not use it in production.
Use cases
- EIP-1559 compatibility — Maintain compatibility with EIP-1559 transaction format
- Wallet applications — Handle priority fee queries for cross-chain compatibility
- Fee estimation — Calculate transaction costs knowing priority fees are zero
- Protocol integration — Integrate with protocols that query priority fees
Body
application/json
Last modified on June 24, 2026