Skip to main content

eth_maxPriorityFeePerGas

Ethereum API

Returns the current maxPriorityFeePerGas per gas in wei.

Params

(0)

Result

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

Request

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