Skip to main content

doge_bb_getTxSpecific RPC Method

Returns transaction data in the exact format as returned by backend, including all coin specific fields.

Updated on
Apr 21, 2025

doge_bb_getTxSpecific 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

hex
string
The raw hexadecimal representation of the transaction
txid
string
The transaction id
hash
string
The transaction hash (same as txid for non-witness transactions)
size
integer
The size of the transaction in bytes
vsize
integer
The virtual size of the transaction in bytes
version
integer
The transaction version
locktime
integer
The transaction locktime
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)
scriptSig
object
The script signature information
asm
string
The script signature in assembly format
hex
string
The script signature in hexadecimal format
coinbase
string
The coinbase data (only present for coinbase inputs)
sequence
integer
The sequence number for the input
vout
array
An array of output transaction objects for the current transaction
value
number
The value of this output in DOGE (not koinu)
n
integer
The output index
scriptPubKey
object
The public key script information
asm
string
The public key script in assembly format
hex
string
The public key script in hexadecimal format
reqSigs
integer
The number of required signatures
type
string
The type of script (e.g., 'pubkeyhash')
addresses
array
An array of addresses associated with this output
blockhash
string
The hash of the block at which the transaction was included
confirmations
integer
The number of confirmations since this transaction was included in a block
time
integer
The unix timestamp of when the block was confirmed
blocktime
integer
The unix timestamp of when the block was mined (typically same as time)
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free