v1

latestSwagger 2.0Open BSV License2026-07-177164113.9 KB
utxo

Get all UTXOs for a transaction in JSON format.

Returns detailed UTXO information for each output.

get/api/v1/utxos/{hash}/json

Path parameters

hashstring required

Transaction hash in hexadecimal format

Response

UTXO list by transaction

lockTimeinteger

LockTime specifies when this UTXO becomes spendable. Only present if the UTXO has a time lock.

lockingScriptinteger[]

Script type

satoshisinteger

Satoshis represents the amount of this output in satoshis

statusstring

Status indicates the current state of the UTXO (e.g., "SPENT", "NOT_FOUND")

txidinteger[]

Hash is used in several of the bitcoin messages and common structures. It typically represents the double sha256 of data.

utxoHashinteger[]

Hash is used in several of the bitcoin messages and common structures. It typically represents the double sha256 of data.

voutinteger

Vout is the index of this output in the creating transaction