eth_maxPriorityFeePerGas
Last updated
Last updated
Please refer to 1Balance & Relay to create a sponsorApiKey
.
Returns an estimated priority fee per gas.
Target network chain identifier.
1Balance API key which covers transaction costs.
2.0
eth_maxPriorityFeePerGas
POST /bundlers/{chainId}/rpc HTTP/1.1
Host: api.gelato.digital
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_maxPriorityFeePerGas"
}
{
"id": 1,
"jsonrpc": "2.0",
"result": "0x0"
}