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 Zcash 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
Response
1
{
2
"txCount": 0,
3
"totalFeesSat": "0",
4
"averageFeePerKb": 0,
5
"decilesFeePerKb": [
6
0,
7
0,
8
0,
9
0,
10
0,
11
0,
12
0,
13
0,
14
0,
15
0,
16
0
17
]
18
}
1
{
2
"txCount": 0,
3
"totalFeesSat": "0",
4
"averageFeePerKb": 0,
5
"decilesFeePerKb": [
6
0,
7
0,
8
0,
9
0,
10
0,
11
0,
12
0,
13
0,
14
0,
15
0,
16
0
17
]
18
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free