Skip to main content

GET /api/v2/tx-specific/{txid} - Blockbook REST API

Loading...

Updated on
Jun 09, 2026

GET /api/v2/tx-specific/{txid} - Blockbook REST API

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

Path Parameters

txid_specific
string
REQUIRED
Loading...

Returns

txid
string
Loading...
hash
string
Loading...
version
integer
Loading...
size
integer
Loading...
vsize
integer
Loading...
weight
integer
Loading...
locktime
integer
Loading...
vin
array
Loading...
coinbase
string
Loading...
txid
string
Loading...
vout
integer
Loading...
scriptSig
object
Loading...
asm
string
Loading...
hex
string
Loading...
txinwitness
array
Loading...
sequence
integer
Loading...
vout
array
Loading...
value
number
Loading...
n
integer
Loading...
scriptPubKey
object
Loading...
asm
string
Loading...
desc
string
Loading...
hex
string
Loading...
address
string
Loading...
type
string
Loading...
hex
string
Loading...
blockhash
string
Loading...
confirmations
integer
Loading...
time
integer
Loading...
blocktime
integer
Loading...
Request
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/tx-specific/c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/tx-specific/c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08" \
2
-H "Content-Type: application/json"
Response
1
{
2
"hex": "01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0903404b4c04657554cbffffffff01f0ebfac2ef0000001976a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac00000000",
3
"txid": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
4
"hash": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
5
"size": 94,
6
"vsize": 94,
7
"version": 1,
8
"locktime": 0,
9
"vin": [
10
{
11
"coinbase": "03404b4c04657554cb",
12
"sequence": 4294967295
13
}
14
],
15
"vout": [
16
{
17
"value": 10297.68408048,
18
"n": 0,
19
"scriptPubKey": {
20
"asm": "OP_DUP OP_HASH160 b740a9c3af9a4aa74d2974b6d79d63dc861eed34 OP_EQUALVERIFY OP_CHECKSIG",
21
"hex": "76a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac",
22
"reqSigs": 1,
23
"type": "pubkeyhash",
24
"addresses": [
25
"DMr3fEiVrPWFpoCWS958zNtqgnFb7QWn9D"
26
]
27
}
28
}
29
],
30
"blockhash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
31
"confirmations": 1240714,
32
"time": 1702188235,
33
"blocktime": 1702188235
34
}
1
{
2
"hex": "01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0903404b4c04657554cbffffffff01f0ebfac2ef0000001976a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac00000000",
3
"txid": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
4
"hash": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
5
"size": 94,
6
"vsize": 94,
7
"version": 1,
8
"locktime": 0,
9
"vin": [
10
{
11
"coinbase": "03404b4c04657554cb",
12
"sequence": 4294967295
13
}
14
],
15
"vout": [
16
{
17
"value": 10297.68408048,
18
"n": 0,
19
"scriptPubKey": {
20
"asm": "OP_DUP OP_HASH160 b740a9c3af9a4aa74d2974b6d79d63dc861eed34 OP_EQUALVERIFY OP_CHECKSIG",
21
"hex": "76a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac",
22
"reqSigs": 1,
23
"type": "pubkeyhash",
24
"addresses": [
25
"DMr3fEiVrPWFpoCWS958zNtqgnFb7QWn9D"
26
]
27
}
28
}
29
],
30
"blockhash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
31
"confirmations": 1240714,
32
"time": 1702188235,
33
"blocktime": 1702188235
34
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free