Skip to content

Listaddressgroupings

listaddressgroupings

Lists groups of addresses which have had their common ownership

Arguments

No arguments.

Result

[               (json array)
  [             (json array)
    [           (json array)
      "str",    (string) The raptoreum address
      n,        (numeric) The amount in RTM
      "str",    (string, optional) The label
      ...
    ],
    ...
  ],
  ...
]

Examples

 raptoreum-cli listaddressgroupings
 curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "listaddressgroupings", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:10225/