Get UTXOs holding the script as reference script
Authorizations
ApiKeyAuthApiKeyAuthapi-key string
NOWNodes API key passed in the api-key header.
Added in 6.7.0: paged list of unspent outputs that carry the script as a reference script (CIP-33), usable as reference inputs (CIP-31) - the endpoint resolves a script hash directly to its deployment UTXOs without enumerating addresses. Each entry contains the carrying transaction, output index, value breakdown, and optional datum information.
Parameters
script_hashstringrequiredpathScript hash identifier.
pageinteger<int64>queryPage number for pagination. Defaults to 1.
countinteger<int64><= 100100queryMaximum number of results per page. Defaults to 100; cannot exceed 100.
orderstringascdescascquerySort order of the results.
Response
HTTP 200 response for getScriptUtxos.
Bad Request. The request is malformed or contains invalid parameters.
Unauthorized: API key is present but rejected by the NOWNodes gateway.
Missing API key. The NOWNodes gateway returns plain text for this error.
Internal Server Error. The gateway or backend failed while processing the request.