get_utxos
Fetch unspent outputs for a Bitcoin address, optionally filtering by confirmations, to identify spendable funds.
Instructions
List an address's unspent outputs. Needs a backend.
Args: address: The Bitcoin address to look up. min_confirmations: Exclude UTXOs below this confirmation count. network: Override the server's network for this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| network | No | ||
| min_confirmations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |