How can I get UTXO for a specific address?

1

Are there API's I can use to get this information?

Shamoon

Posted 2018-05-05T14:31:01.173

Reputation: 2 689

Answers

2

You can use Electrum servers via blockchain.address.listunspent

An example implentation: [1] that calls [2] (Note: this is an altcoin implementation)

MCCCS

Posted 2018-05-05T14:31:01.173

Reputation: 5 827