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 Litecoin Blockbook 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
1
curl -X POST "https://docs-demo.ltc-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getFeeStats",
6
"params": [
7
"2500000"
8
],
9
"id": 1
10
}'
1
curl -X POST "https://docs-demo.ltc-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getFeeStats",
6
"params": [
7
"2500000"
8
],
9
"id": 1
10
}'
Response
1
{
2
"id": 1,
3
"result": {
4
"txCount": 420,
5
"totalFeesSat": "2997046",
6
"averageFeePerKb": 17493,
7
"decilesFeePerKb": [
8
0,
9
1013,
10
1093,
11
2041,
12
3000,
13
5000,
14
7424,
15
8000,
16
9757,
17
15000,
18
591623
19
]
20
},
21
"jsonrpc": "2.0"
22
}
1
{
2
"id": 1,
3
"result": {
4
"txCount": 420,
5
"totalFeesSat": "2997046",
6
"averageFeePerKb": 17493,
7
"decilesFeePerKb": [
8
0,
9
1013,
10
1093,
11
2041,
12
3000,
13
5000,
14
7424,
15
8000,
16
9757,
17
15000,
18
591623
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