addressstats ( start end timeframe )
Returns stats about addresses over time. Warning: The last result is likely not a full time period.
Type: integer, optional, default=beginning(0)
Type: integer, optional, default=end(max value)
Type: integer, optional, default=day(86400)
{ (json object) "time": xxx, (integer) The end time of the time frame "new": n, (integer) Number of new addresses created "used": n, (integer) Number of addresses used "withAssets": n, (integer) Number of addresses with assets "over0": n, (integer) Number of addresses with balance over 0 "over1": n, (integer) Number of addresses with balance over 1 "over1k": n, (integer) Number of addresses with balance over 1k "over1m": n, (integer) Number of addresses with balance over 1m "quantumInsecure": n, (integer) Number of quantum insecure addresses "total": n (integer) Total number of addresses }
digiassetcore addressstats 21000 42000 43200
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "addressstats", "params": [21000, 42000, 43200]}' -H 'content-type: text/plain;' http://127.0.0.1:14022/