GET /scripthash/:hash/utxo

Get the list of unspent transaction outputs associated with the scripthash.

This method will use 10 Compute Units.


Parameters

scripthash - required.

Returns

Get the list of unspent transaction outputs associated with the scripthash.

Available fields: txid, vout, value and status (with the status of the funding tx).

curl https://mainnet.bitcoin.validationcloud.io/v1/<YOUR_API_KEY>/scripthash/<scripthash>/utxo \
 -X GET

Last updated

Was this helpful?