Skip to main content
Returns a suggested value for maxPriorityFeePerGas to use in an EIP-1559 transaction. This is the tip paid to the sequencer on top of the base fee.

Parameters

No parameters.

Returns

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

Example

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