Clean (reset) the data for a particular address or for all addresses if none is passed.
Optional
address: stringGet UTXOs with configurable options, specifically for an address.
If the last UTXO fetch for that address was <10s ago, returns cached data. Otherwise, fetches fresh data from the provider.
The UTXO fetch options
Get UTXO Parameters RequestUTXOsParams
Readonly
address: stringOptional
Readonly
filterSpentUTXOs?: booleanOptional
Readonly
isCSV?: booleanOptional
Readonly
mergePendingUTXOs?: booleanOptional
Readonly
olderThan?: bigintOptional
Readonly
optimize?: booleanThe UTXOs
Fetch UTXOs for a specific amount needed, from a single address, merging from pending and confirmed UTXOs.
Get UTXO Parameters RequestUTXOsParams
Readonly
address: stringReadonly
amount: bigintOptional
Readonly
csvAddress?: stringOptional
Readonly
filterSpentUTXOs?: booleanOptional
Readonly
isCSV?: booleanOptional
Readonly
mergePendingUTXOs?: booleanOptional
Readonly
olderThan?: bigintOptional
Readonly
optimize?: booleanOptional
Readonly
throwErrors?: booleanMark UTXOs as spent and track new UTXOs created by the transaction, per address.
Enforces a mempool chain limit of 25 unconfirmed transaction descendants.
Manages unspent transaction outputs (UTXOs) by address/wallet.