This API method returns a list of daily new account count and total account count.
This API is updated every few hours instead of in real-time.
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:
Parameters | Descriptions | Query Type | Required | Data Type | schema |
---|---|---|---|---|---|
days | days | query | true | integer |
Response:
Parameters | Data Type | schema |
---|---|---|
DateTime | string | |
UpdateTime | string | |
dailyCount | integer | |
totalCount | integer |
Example:
[
{
"DateTime": "string",
"UpdateTime": "string",
"dailyCount": 0,
"totalCount": 0
}
]