Skip to main content

bb_getFeeStats RPC Method - Blockbook

Loading...

Updated on
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.

Parameters

block_id
string
REQUIRED
Loading...

Returns

txCount
integer
Loading...
totalFeesSat
string
Loading...
averageFeePerKb
integer
Loading...
decilesFeePerKb
array
Loading...
Request
Response
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
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free