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"
.
On Hyperliquid, priority fees are always zero. The network uses only base fees for transaction pricing, so setting a priority fee will not affect transaction inclusion speed or priority.
cURL example
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