Skip to main content

eth_maxPriorityFeePerGas

Returns the current maxPriorityFeePerGas per gas in wei.

Params

(0)

Result

(Max priority fee per gas)
string
Match pattern:
^0x(0|[1-9a-f][0-9a-f]*)$

Example

Request

await window.ethereum.request({
"method": "eth_maxPriorityFeePerGas",
"params": []
});

Result

"0x773c23ba"

Request

await window.ethereum.request({
"method": "eth_maxPriorityFeePerGas",
"params": []
});