bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/listreceivedbylabel
Wallet

listreceivedbylabel

List received transactions by label.

Parameters

minconfnumberoptional
Min confirmations. Default: 1
include_emptybooleanoptional
Include labels with 0. Default: false
include_watchonlybooleanoptional
Include watch-only. Default: true for watch-only wallets

Returns

arrayArray of label balance objects

Code Examples

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

Example Response

[
  {
    "amount": 1.23456789,
    "confirmations": 12,
    "label": "payments"
  }
]
← Previous
listlockunspent
Next →
listsinceblock

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗