eth_feeHistory
Returns transaction base fee per gas and effective priority fee per gas for the requested/supported block range.
Last updated
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"oldestBlock": "0x6eafae",
"reward": [
[
"0x15",
"0x15"
],
[
"0x3b9aca01",
"0x3b9aca01"
],
[
"0x15",
"0x15"
],
[
"0x0",
"0x0"
],
[
"0x3b9aca00",
"0x3baa0c3f"
]
],
"baseFeePerGas": [
null,
null,
null,
null,
null,
"0x0"
],
"gasUsedRatio": [
0.78,
0.53522965,
0.4875,
0.16980405,
0.62050145
]
}
}