get_btc_multisig_utxos
Return spendable UTXOs for a registered Bitcoin multi-sig wallet, including witness scripts and cosigner pubkeys needed to build a multi-sig PSBT input. Inspect the UTXO set without preparing a transaction.
Instructions
Return the UTXO set for a registered multi-sig wallet. Same gap-limit walk as get_btc_multisig_balance; each UTXO carries the witnessScript + cosigner pubkeys needed to build a multi-sig PSBT input. Used internally by prepare_btc_multisig_send (initiator flow); also exposed directly for users who want to inspect the spendable set without preparing a tx. No device touch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| walletName | Yes | Name of a registered multi-sig wallet. The returned UTXO set is the input pool PR3's `prepare_btc_multisig_send` will draw from. | |
| gapLimit | No |