Skip to main content

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

Loading...

Updated on
Jun 09, 2026

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

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

Path Parameters

txid
string
REQUIRED
Loading...

Returns

txid
string
Loading...
version
integer
Loading...
vin
array
Loading...
n
integer
Loading...
sequence
integer
Loading...
isAddress
boolean
Loading...
coinbase
string
Loading...
vout
array
Loading...
value
string
Loading...
n
integer
Loading...
spent
boolean
Loading...
hex
string
Loading...
addresses
array
Loading...
isAddress
boolean
Loading...
blockHash
string
Loading...
blockHeight
integer
Loading...
confirmations
integer
Loading...
blockTime
integer
Loading...
size
integer
Loading...
vsize
integer
Loading...
value
string
Loading...
valueIn
string
Loading...
fees
string
Loading...
hex
string
Loading...
Request
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/tx/c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/tx/c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08" \
2
-H "Content-Type: application/json"
Response
1
{
2
"txid": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
3
"version": 1,
4
"vin": [
5
{
6
"sequence": 4294967295,
7
"n": 0,
8
"isAddress": false,
9
"coinbase": "03404b4c04657554cb"
10
}
11
],
12
"vout": [
13
{
14
"value": "1029768408048",
15
"n": 0,
16
"spent": true,
17
"hex": "76a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac",
18
"addresses": [
19
"DMr3fEiVrPWFpoCWS958zNtqgnFb7QWn9D"
20
],
21
"isAddress": true
22
}
23
],
24
"blockHash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
25
"blockHeight": 5000000,
26
"confirmations": 1240714,
27
"blockTime": 1702188235,
28
"size": 94,
29
"vsize": 94,
30
"value": "1029768408048",
31
"valueIn": "0",
32
"fees": "0",
33
"hex": "01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0903404b4c04657554cbffffffff01f0ebfac2ef0000001976a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac00000000"
34
}
1
{
2
"txid": "c72557f551216ee3e534b4fe09ad4ec257d33dfb4d7a7cb00f94bad870ae3a08",
3
"version": 1,
4
"vin": [
5
{
6
"sequence": 4294967295,
7
"n": 0,
8
"isAddress": false,
9
"coinbase": "03404b4c04657554cb"
10
}
11
],
12
"vout": [
13
{
14
"value": "1029768408048",
15
"n": 0,
16
"spent": true,
17
"hex": "76a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac",
18
"addresses": [
19
"DMr3fEiVrPWFpoCWS958zNtqgnFb7QWn9D"
20
],
21
"isAddress": true
22
}
23
],
24
"blockHash": "5ae6eadfe5fd98fa7f388b671c4863db4b62e46eecc054465a276d419500e469",
25
"blockHeight": 5000000,
26
"confirmations": 1240714,
27
"blockTime": 1702188235,
28
"size": 94,
29
"vsize": 94,
30
"value": "1029768408048",
31
"valueIn": "0",
32
"fees": "0",
33
"hex": "01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff0903404b4c04657554cbffffffff01f0ebfac2ef0000001976a914b740a9c3af9a4aa74d2974b6d79d63dc861eed3488ac00000000"
34
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free