Clean (reset) the data for a particular address or for all addresses if none is passed.
Optionaladdress: 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
Readonlyaddress: stringOptional ReadonlyfilterSpentUTXOs?: booleanOptional ReadonlyisCSV?: booleanOptional ReadonlymergePendingUTXOs?: booleanOptional ReadonlyolderThan?: bigintOptional Readonlyoptimize?: booleanThe UTXOs
Fetch UTXOs for a specific amount needed, from a single address, merging from pending and confirmed UTXOs.
Get UTXO Parameters RequestUTXOsParams
Readonlyaddress: stringReadonlyamount: bigintOptional ReadonlycsvAddress?: stringOptional ReadonlyfilterSpentUTXOs?: booleanOptional ReadonlyisCSV?: booleanOptional ReadonlymergePendingUTXOs?: booleanOptional ReadonlyolderThan?: bigintOptional Readonlyoptimize?: booleanOptional ReadonlythrowErrors?: 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.