跳至主要內容

eth_feeHistory RPC 方法

載入中...

更新於
May 01, 2026

eth_feeHistory RPC 方法

參數

blockCount
字串
必填
載入中...
最新區塊
字串
必填
載入中...
獎勵百分位數
整數
必填
載入中...

退貨

oldestBlock
載入中...
baseFeePerGas
載入中...
gasUsedRatio
載入中...
獎勵
載入中...
請求
回應
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"oldestBlock": "0x51b2254",
6
"baseFeePerGas": [
7
"0x1751112b0e",
8
"0x1751a896e8",
9
"0x172fd56afc",
10
"0x16ff523cac",
11
"0x1701547d7e"
12
],
13
"gasUsedRatio": [
14
0.7044393416666667,
15
0.4142888,
16
0.3395498,
17
0.372916375
18
],
19
"baseFeePerBlobGas": [
20
"0x0",
21
"0x0",
22
"0x0",
23
"0x0",
24
"0x0"
25
],
26
"blobGasUsedRatio": [
27
0,
28
0,
29
0,
30
0
31
]
32
}
33
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"oldestBlock": "0x51b2254",
6
"baseFeePerGas": [
7
"0x1751112b0e",
8
"0x1751a896e8",
9
"0x172fd56afc",
10
"0x16ff523cac",
11
"0x1701547d7e"
12
],
13
"gasUsedRatio": [
14
0.7044393416666667,
15
0.4142888,
16
0.3395498,
17
0.372916375
18
],
19
"baseFeePerBlobGas": [
20
"0x0",
21
"0x0",
22
"0x0",
23
"0x0",
24
"0x0"
25
],
26
"blobGasUsedRatio": [
27
0,
28
0,
29
0,
30
0
31
]
32
}
33
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用