bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/listlockunspent
Wallet

listlockunspent

Returns list of temporarily unspendable outputs. See lockunspent for lock and unlock.

Returns

arrayArray of locked output objects

Code Examples

curl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"listlockunspent","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/

Example Response

[
  {
    "txid": "a1075db55d...",
    "vout": 0
  }
]
← Previous
listlabels
Next →
listreceivedbylabel

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗