跳至主要內容

GET /api/v2/block/{blockHash} - Blockbook REST API

載入中...

更新於
Jun 10, 2026

GET /api/v2/block/{blockHash} - Blockbook REST API

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

路徑參數

區塊
字串
必填
載入中...

查詢參數

頁面
整數
載入中...

退貨

頁面
整數
載入中...
totalPages
整數
載入中...
itemsOnPage
整數
載入中...
hash
字串
載入中...
previousBlockHash
字串
載入中...
nextBlockHash
字串
載入中...
高度
整數
載入中...
確認
整數
載入中...
大小
整數
載入中...
時間
整數
載入中...
版本
整數
載入中...
merkleRoot
字串
載入中...
非重複數
字串
載入中...
bits
字串
載入中...
難度
字串
載入中...
txCount
整數
載入中...
txs
陣列
載入中...
txid
字串
載入中...
vin
陣列
載入中...
n
整數
載入中...
isAddress
布林值
載入中...
字串
載入中...
vout
陣列
載入中...
字串
載入中...
n
整數
載入中...
已花費
布林值
載入中...
地址
陣列
載入中...
isAddress
布林值
載入中...
blockHash
字串
載入中...
blockHeight
整數
載入中...
確認
整數
載入中...
blockTime
整數
載入中...
字串
載入中...
valueIn
字串
載入中...
費用
字串
載入中...
請求
回應
1
{
2
"page": 1,
3
"totalPages": 3,
4
"itemsOnPage": 1000,
5
"hash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
6
"previousBlockHash": "9539e9e02de22121e90fdb067fd975e06ff73f3200d6d0aa7e37d17f2151c69c",
7
"nextBlockHash": "f0fdd1e4234f28fa81e3550785c5f6a15b879949fceae8677d1d523dbff3eb2e",
8
"height": 5000000,
9
"confirmations": 1240714,
10
"size": 749932,
11
"time": 1702188235,
12
"version": 6422788,
13
"merkleRoot": "917dc6a9ef164e30a33c71bead0b64db1f55b9f8591fed8111f5d709389bf80b",
14
"nonce": "0",
15
"bits": "1a010be6",
16
"difficulty": "16031828.33046572",
17
"txCount": 2749,
18
"txs": [
19
{
20
"txid": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
21
"vin": [
22
{
23
"n": 0,
24
"isAddress": false,
25
"value": "0"
26
}
27
],
28
"vout": [
29
{
30
"value": "1029768408048",
31
"n": 0,
32
"spent": true,
33
"addresses": [
34
"DMr3fEiVrPWFpoCWS958zNtqgnFb7QWn9D"
35
],
36
"isAddress": true
37
}
38
],
39
"blockHash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
40
"blockHeight": 5000000,
41
"confirmations": 1240714,
42
"blockTime": 1702188235,
43
"value": "1029768408048",
44
"valueIn": "0",
45
"fees": "0"
46
}
47
]
48
}
1
{
2
"page": 1,
3
"totalPages": 3,
4
"itemsOnPage": 1000,
5
"hash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
6
"previousBlockHash": "9539e9e02de22121e90fdb067fd975e06ff73f3200d6d0aa7e37d17f2151c69c",
7
"nextBlockHash": "f0fdd1e4234f28fa81e3550785c5f6a15b879949fceae8677d1d523dbff3eb2e",
8
"height": 5000000,
9
"confirmations": 1240714,
10
"size": 749932,
11
"time": 1702188235,
12
"version": 6422788,
13
"merkleRoot": "917dc6a9ef164e30a33c71bead0b64db1f55b9f8591fed8111f5d709389bf80b",
14
"nonce": "0",
15
"bits": "1a010be6",
16
"difficulty": "16031828.33046572",
17
"txCount": 2749,
18
"txs": [
19
{
20
"txid": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
21
"vin": [
22
{
23
"n": 0,
24
"isAddress": false,
25
"value": "0"
26
}
27
],
28
"vout": [
29
{
30
"value": "1029768408048",
31
"n": 0,
32
"spent": true,
33
"addresses": [
34
"DMr3fEiVrPWFpoCWS958zNtqgnFb7QWn9D"
35
],
36
"isAddress": true
37
}
38
],
39
"blockHash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
40
"blockHeight": 5000000,
41
"confirmations": 1240714,
42
"blockTime": 1702188235,
43
"value": "1029768408048",
44
"valueIn": "0",
45
"fees": "0"
46
}
47
]
48
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用