Skip to main content
GET
Transaction Outspend

Authorizations

api-key
string
header
required

Project API Key

Path Parameters

txid
string
required

Transaction ID of the parent transaction.

Example:

"d78b1139140848e646cfd7eb95868d2e01c600c3922de88038c591d2fb55cf96"

vout
integer
required

The output index within the transaction.

Example:

0

Response

Spending status of the transaction output.

spent
boolean
required

Whether the output has been spent.

txid
string | null

Transaction ID of the spending transaction.

vin
integer | null

Index of the input in the spending transaction.

status
object | null

Confirmation status of the spending transaction.