eth_maxPriorityFeePerGas

Returns the current maximum priority fee per gas in wei. Used for EIP-1559 transactions to determine the tip for miners.

Parameters

Returns


Request

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

Response

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x3b9aca00"
}

Last updated