Skip to main content

doge_bb_getTx RPC Method

Returns transaction object for the transaction hash.

Updated on
Apr 21, 2025

doge_bb_getTx RPC Method

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

Parameters

txid
string
REQUIRED
The transaction id

Returns

txid
string
The transaction ID
version
integer
The transaction version
vin
array
An array of transaction objects used as inputs for the current transaction
txid
string
The transaction id (only present for non-coinbase inputs)
vout
integer
The output index (only present for non-coinbase inputs)
sequence
integer
The transaction sequence
n
integer
The input index
addresses
array
An array of addresses in this transaction (only present for non-coinbase inputs)
isAddress
boolean
Boolean value of whether there is an address or not
value
string
The value of this transaction in the smallest unit of DOGE (koinu)
hex
string
The hex-encoded scriptSig data
coinbase
string
The coinbase data (only present for coinbase inputs)
vout
array
An array of output transaction objects for the current transaction
value
string
The value of this output in the smallest unit of DOGE (koinu)
n
integer
The output index
spent
boolean
Boolean value of whether the output has been spent
hex
string
The raw scriptPubKey hex
addresses
array
An array of addresses in this output
isAddress
boolean
Boolean value of whether there is an address or not
blockHash
string
The hash of the block at which the transaction was included
blockHeight
integer
The block height at which the transaction was included
confirmations
integer
The number of confirmations since this transaction was included in a block
blockTime
integer
The unix timestamp of when the block was confirmed
size
integer
The size of the transaction in bytes
vsize
integer
The virtual size of the transaction in bytes
value
string
The total output value of the transaction in the smallest unit of DOGE (koinu)
valueIn
string
The total input value of the transaction in the smallest unit of DOGE (koinu)
fees
string
The fees for the transaction denominated in the smallest unit of DOGE (koinu)
hex
string
The raw hexadecimal representation of the transaction
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free