Returns array of unspent transaction outputs (UTXOs) in the wallet.
minconfnumberoptionalmaxconfnumberoptionaladdressesarrayoptionalinclude_unsafebooleanoptionalquery_optionsobjectoptionalcurl --user myuser --data-binary '{"jsonrpc":"1.0","id":"1","method":"listunspent","params":[]}' -H 'content-type:text/plain;' http://127.0.0.1:8332/[
{
"txid": "a1075db55d...",
"vout": 0,
"address": "bc1q...",
"amount": 0.50000000,
"confirmations": 12,
"spendable": true,
"solvable": true,
"safe": true
}
]