This API method returns a list of daily total quota.
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_total_quota/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 | |
| totalQuota | integer |
Example:
[
{
"DateTime": "string",
"UpdateTime": "string",
"totalQuota": 0
}
]