post https://api.tatum.io/v4/data/utxos/batch
100 credits per address for each API call.
Note for v3 API users:
As part of our documentation consolidation, we removed the dedicated page for POST /v3/data/utxos/batch. Users can refer to POST /v4/data/utxos/batch for the latest documentation, as both endpoints function the same—simply replace v4 with v3 in the API URL if using the v3 version.
Retrieve unspent UTXOs for each provided address, up to a specified total amount. If you want to prepare a transaction on UTXO-based chains like Bitcoin, you need to enter unspent UTXOs to be able to perform a transaction. By providing ```totalValue``` as a total, our API will return a list of UTXOs that will be enough to cover the transaction.
Our API lets you get the unpenst UTXOs for a specific address on:- Bitcoin - bitcoin / bitcoin-testnet
- Litecoin - litecoin / litecoin-testnet
- Dogecoin - doge / doge-testnet
- Cardano - cardano / cardano-preprod
To get started:
- Provide a chain and addresses you want to list unspent UTXOs for. If available, our API will return information about the unspent UTXOs for each address. API traverses latest 200k incoming transactions.