Skip to main content

ltc_bb_getUTXOs RPC Method

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

Updated on
Apr 21, 2025

ltc_bb_getUTXOs RPC Method

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

Parameters

address_or_xpub
string
REQUIRED
Typically a Litecoin 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 Litecoin-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 satoshis (litoshis) 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 a Coinbase transaction. Coinbase UTXOs have this field set to true, however, due to performance reasons, it will return only up to the minimum Coinbase confirmations limit (100). After this limit, UTXOs are not detected as Coinbase.
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free