跳转至主要内容

bb_getFeeStats RPC Method - Blockbook

正在加载...

更新于
Jun 16, 2026

bb_getFeeStats RPC Method - Blockbook

Please note that this RPC method requires the Blockbook RPC add-on enabled on your Quicknode endpoint.

参数

block_id
字符串
必填
正在加载...

退货

txCount
整数
正在加载...
totalFeesSat
字符串
正在加载...
averageFeePerKb
整数
正在加载...
decilesFeePerKb
数组
正在加载...
请求
回复
1
{
2
"id": 1,
3
"result": {
4
"txCount": 0,
5
"totalFeesSat": "0",
6
"averageFeePerKb": 0,
7
"decilesFeePerKb": [
8
0,
9
0,
10
0,
11
0,
12
0,
13
0,
14
0,
15
0,
16
0,
17
0,
18
0
19
]
20
},
21
“jsonrpc”: "2.0"
22
}
1
{
2
"id": 1,
3
"result": {
4
"txCount": 0,
5
"totalFeesSat": "0",
6
"averageFeePerKb": 0,
7
"decilesFeePerKb": [
8
0,
9
0,
10
0,
11
0,
12
0,
13
0,
14
0,
15
0,
16
0,
17
0,
18
0
19
]
20
},
21
“jsonrpc”: "2.0"
22
}
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用