check_utxo
Verify if a Bitcoin transaction output is unspent by providing transaction hash and output index. This tool enables UTXO lookup for transaction validation and balance checking.
Instructions
Check if a specific transaction output is unspent (UTXO lookup).
Args: txid: Transaction hash vout: Output index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | ||
| vout | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |