Skip to main content

eth_feeHistory RPC Method

Loading...

Updated on
Mar 18, 2026

eth_feeHistory RPC Method

Parameters

blockCount
integer
REQUIRED
Loading...
newestBlock
string
REQUIRED
Loading...
rewardPercentiles
array
REQUIRED
Loading...

Returns

oldestBlock
string
Loading...
baseFeePerGas
array
Loading...
gasUsedRatio
array
Loading...
baseFeePerBlobGas
array
Loading...
blobGasUsedRatio
array
Loading...
reward
array
Loading...
Request
1
curl -X POST "https://docs-demo.robinhood-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_feeHistory",
6
"params": [
7
4,
8
"latest",
9
[
10
25,
11
75
12
]
13
],
14
"id": 1
15
}'
1
curl -X POST "https://docs-demo.robinhood-testnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "eth_feeHistory",
6
"params": [
7
4,
8
"latest",
9
[
10
25,
11
75
12
]
13
],
14
"id": 1
15
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"oldestBlock": "0xee4481",
6
"reward": [
7
[
8
"0x0",
9
"0x0"
10
],
11
[
12
"0x0",
13
"0x0"
14
],
15
[
16
"0x0",
17
"0x0"
18
],
19
[
20
"0x0",
21
"0x0"
22
]
23
],
24
"baseFeePerGas": [
25
"0x989680",
26
"0x989680",
27
"0x989680",
28
"0x989680",
29
"0x989680"
30
],
31
"gasUsedRatio": [
32
0.0018704285714285715,
33
0.01600935714285714,
34
0.023980214285714285,
35
0.025850642857142857
36
]
37
}
38
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"oldestBlock": "0xee4481",
6
"reward": [
7
[
8
"0x0",
9
"0x0"
10
],
11
[
12
"0x0",
13
"0x0"
14
],
15
[
16
"0x0",
17
"0x0"
18
],
19
[
20
"0x0",
21
"0x0"
22
]
23
],
24
"baseFeePerGas": [
25
"0x989680",
26
"0x989680",
27
"0x989680",
28
"0x989680",
29
"0x989680"
30
],
31
"gasUsedRatio": [
32
0.0018704285714285715,
33
0.01600935714285714,
34
0.023980214285714285,
35
0.025850642857142857
36
]
37
}
38
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free