跳至主要內容

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

載入中...

更新於
2026年6月16日

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.

路徑參數

block_id
字串
必填
載入中...

查詢參數

退貨

txCount
整數
載入中...
totalFeesSat
字串
載入中...
averageFeePerKb
整數
載入中...
decilesFeePerKb
陣列
載入中...
請求
回應
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
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用