# GET /scripthash/:hash/utxo

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

This method will use `10` [Compute Units](https://docs.validationcloud.io/v1/about/billing).

***

## **Parameters**

**`scripthash`** - required.&#x20;

## 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).

{% tabs %}
{% tab title="mainnet" %}

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

{% endtab %}

{% tab title="testnet" %}

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

{% endtab %}
{% endtabs %}
