bitcoind.app
CommandsGuidesContact ↗
Home/Wallet/listlabels
Wallet

listlabels

Returns the list of all labels, or labels that are assigned to addresses with a specific purpose.

Parameters

purposestringoptional
"send" or "receive". Default: all

Returns

arrayArray of label strings

Code Examples

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

Example Response

["", "payments", "donations", "mining"]
← Previous
listdescriptors
Next →
listlockunspent

More Wallet Commands

abandontransactioncreatewalletdumpprivkeygetbalancegetnewaddressgettransaction

bitcoind.app — Bitcoin Core RPC Reference

GuidesContact ↗