Skip to main content

doge_bb_getUTXOs RPC Method

Get all of the unspent transaction outputs for a given address or xpub.

Updated on
Apr 23, 2025

doge_bb_getUTXOs RPC Method

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

Parameters

address_or_xpub
string
REQUIRED
Typically a Dogecoin address but can also be xpub.
object
object
The options object with the following fields:
confirmed
boolean
Whether or not to exclude unconfirmed transactions.

Returns

result
array
An array of unspent transaction outputs for an address or xpub, applicable only for Dogecoin-type coins. By default, the list contains both confirmed and unconfirmed transactions.
txid
string
The transaction id
vout
integer
The output index indicating the position of a transaction output
value
string
The value in the smallest unit of DOGE (koinu) of the output
height
integer
The block height at which the transaction output was created
confirmations
integer
The number of block confirmations since the output was created
coinbase
boolean
Whether the UTXO is from a Coinbase transaction (mining reward). This flag is typically present for UTXOs with under 100 confirmations that come from mining.
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free