eth_maxPriorityFeePerGas
Returns an estimate of how much priority fee, in wei, you need to be included in a block.
Last updated
Returns an estimate of how much priority fee, in wei, you need to be included in a block.
None
QUANTITY - Hexadecimal of the priority fee, in wei, needed to be included in a block.
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_maxPriorityFeePerGas","params":[],"id":1}'{
"jsonrpc": "2.0",
"result": "0x3b9aca00",
"id": 1
}Last updated