Get daily account list

This API method returns a list of daily new account count and total account count.

API Endpoint

Mainnet

https://open-platform.nodereal.io/{apikey}/greenfieldscan-mainnet/

Testnet
https://open-platform.nodereal.io/{apikey}/greenfieldscan-testnet/

method_path:/greenfield/chart/daily_account/list

method_type:GET

Request:

ParametersDescriptionsQuery TypeRequiredData Typeschema
daysdaysquerytrueinteger

Response:

ParametersData Typeschema
DateTimestring
UpdateTimestring
dailyCountinteger
totalCountinteger

Example:

[
  {
    "DateTime": "string",
    "UpdateTime": "string",
    "dailyCount": 0,
    "totalCount": 0
  }
]