Skip to main content
Returns the suggested maxPriorityFeePerGas (tip) for EIP-1559 transactions. Add this to the current baseFeePerGas to derive a maxFeePerGas.

Parameters

No parameters.

Returns

result
string
Suggested priority fee per gas in wei as a hexadecimal string.

Example

{
  "jsonrpc": "2.0",
  "method": "eth_maxPriorityFeePerGas",
  "params": [],
  "id": 1
}