listreceivedbylabel
Wallet
Summary
List received transactions by label.
Description
List received transactions by label.
Arguments
minconf(NUM): The minimum number of confirmations before payments are included.include_empty(BOOL): Whether to include labels that haven't received any payments.include_watchonly(BOOL): (DEPRECATED) No longer usedinclude_immature_coinbase(BOOL): Include immature coinbase transactions.
Results
value(ARR): No description.value(OBJ): No description.amount(STR_AMOUNT): The total amount received by addresses with this labelconfirmations(NUM): The number of confirmations of the most recent transaction includedlabel(STR): The label of the receiving address. The default label is ""
Examples
qbit-cli listreceivedbylabel
qbit-cli listreceivedbylabel 6 true
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "listreceivedbylabel", "params": [6, true, true, true]}' -H 'content-type: application/json' http://127.0.0.1:8352/