Skip to content

eth_maxPriorityFeePerGas

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

None.

FieldTypeDescription
resultstringThe suggested priority fee per gas in wei as a hexadecimal string.
{
"jsonrpc": "2.0",
"method": "eth_maxPriorityFeePerGas",
"params": [],
"id": 1
}
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x1"
}