Skip to content

Listlabels

listlabels

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

Arguments

Position Name Type Required Default Description

Result

[           (json array)
  "str",    (string) Label name
  ...
]

Examples

List all labels
 raptoreum-cli listlabels
List labels that have receiving addresses
 raptoreum-cli listlabels receive
List labels that have sending addresses
 raptoreum-cli listlabels send
As a JSON-RPC call
 curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "listlabels", "params": [receive] }' -H 'content-type: text/plain;' http://127.0.0.1:10225/