Get UTXO info by tx hash and index

/v4/data/blockchains/utxo/info

10 credits per API call

Get information about a transaction output (UTXO) by transaction hash and output index. Supported for Bitcoin, Litecoin, Dogecoin, and Bitcoin Cash. Response is normalized: value in smallest unit (satoshis), address, script, hash, index, and height (block height; for mempool/unconfirmed UTXOs, height is -1). If the output is spent, the API returns 403.

Query Params
string
enum
required

UTXO blockchain (bitcoin-mainnet, bitcoin-testnet, litecoin-mainnet, litecoin-testnet, dogecoin-mainnet, dogecoin-testnet, bch-mainnet, bch-testnet).

string
required

Transaction hash.

integer
required
≥ 0

Output index (vout) in the transaction.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json