Skip to Content
APIStatisticsGet Daily New Account Count

Get Daily New Account Count

1. Overview & Typical Use

Returns the number of new accounts created each day, sorted in ascending chronological order.

  • Typical use: analyze TRON network user growth trends, display new account curves.
  • When not to use: to view active account counts use “Get Active Account Statistics”.

2. Endpoint & Authentication

GET /api/overview/dailyaccounts

For Base URL and authentication, see Common Network & Authentication.

3. Request

ParameterTypeRequiredDefaultDescription
daysintegerNo15Time range in days, max 2000

4. Response

Top-level

FieldTypeRequiredDescriptionUnit/Precision
successbooleanRequiredWhether the request succeeded
dataarrayRequiredDaily new account list (see below)

data[] element

FieldTypeRequiredDescriptionUnit/Precision
dateintegerRequiredStatistics datemillisecond timestamp
dateDayStrstringRequiredStatistics date stringyyyy-MM-dd
newAddressSeenintegerRequiredNew addresses on this day
totalAddressintegerRequiredCumulative address count as of this day

5. Errors

For HTTP status codes, see Common Errors. Key points for this endpoint:

  • Empty result is not an error: returns 200 + data: [] when no data matches.
Last updated on: