get-tx-outspend
Retrieve outspend details for a specific Bitcoin transaction output by providing the transaction ID (txid) and output index (vout), enabling precise tracking of spent UTXOs.
Instructions
Returns outspend info for a transaction output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
txid | Yes | The txid to get outspend for | |
vout | Yes | The vout index to get outspend for |