Skip to main content

GET /api/v2/feestats/{block_id} - Blockbook REST API

Loading...

Updated on
Jun 16, 2026

GET /api/v2/feestats/{block_id} - Blockbook REST API

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

Path Parameters

block_id
string
REQUIRED
Loading...

Query Parameters

Returns

txCount
integer
Loading...
totalFeesSat
string
Loading...
averageFeePerKb
integer
Loading...
decilesFeePerKb
array
Loading...
Request
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/feestats/4000000" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/feestats/4000000" \
2
-H "Content-Type: application/json"
Response
1
{
2
"txCount": 69,
3
"totalFeesSat": "13766102286",
4
"averageFeePerKb": 564875878,
5
"decilesFeePerKb": [
6
1004000,
7
102564102,
8
268096514,
9
442477876,
10
444444444,
11
488888888,
12
488888888,
13
520833333,
14
632911392,
15
1002053388,
16
3555555555
17
]
18
}
1
{
2
"txCount": 69,
3
"totalFeesSat": "13766102286",
4
"averageFeePerKb": 564875878,
5
"decilesFeePerKb": [
6
1004000,
7
102564102,
8
268096514,
9
442477876,
10
444444444,
11
488888888,
12
488888888,
13
520833333,
14
632911392,
15
1002053388,
16
3555555555
17
]
18
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free