Skip to main content

eth_maxPriorityFeePerGas

Returns the current maxPriorityFeePerGas per gas in wei.

Parameters (by position)

This method does not accept any parameters.

Result

Max priority fee per gas string

Max priority fee per gas

Match pattern: ^0x(0|[1-9a-f][0-9a-f]*)$


Examples

eth_maxPriorityFeePerGas example

Request

{
"params": []
}

Response

"0x773c23ba"