Get Dogecoin UTXO of Transaction

GET {{baseUrl}}/v3/dogecoin/utxo/:hash/:index

1 credit per API call.


Get UTXO of given transaction and output index. UTXO means Unspent Transaction Output, which is in blockchain terminology assets, that user received on the specific address and does not spend it yet.
In bitcoin-like blockchains (BTC, LTC, DOGE, BCH), every transaction is built from the list of previously not spent transactions connected to the address. If user owns address A, receives in transaciont T1 10 DOGE, he can spend in the next transaction UTXO T1 of total value 10 DOGE. User can spend multiple UTXOs from different addresses in 1 transaction.
If UTXO is not spent, data are returned, otherwise 404 error code.

RESPONSES

status: OK

{"scriptPubKey":{"asm":"OP_HASH160 905c261d73922a21a16f505cefccaa07aaee50cd OP_EQUAL","hex":"a914905c261d73922a21a16f505cefccaa07aaee50cd87","type":"scripthash","addresses":["n4YNG8q5JyxkeWf7zMi1bMyRZbRKK1W7or"]},"version":2,"height":1233224,"value":1000,"coinbase":false,"bestblock":"5f83d51c8d3054012cea3011fa626b85d89442788721afd60719ab1f9ab8f78a"}