v1
latestSwagger 2.02026-07-1792042.1 KBStatistics
Returns statistics about total coins, with an usecase breakdown.
get/tokenomics-statistics/total-coins
Query parameters
daysinteger
number of days in the past to look for. Defaults to 3. Max is 90.
tzstring
Timezone in format +04:30 or -03:45
Response
OK
Example response
{
"blockchain": 111111.2423,
"blockchainDetails": {
"marketCap": 111111.2423
},
"preStaking": 111111.2423,
"standard": 111111.2423,
"timeSeries": [
{
"blockchain": 111111.2423,
"date": "2022-01-03T16:20:52.156534Z",
"preStaking": 111111.2423,
"standard": 111111.2423,
"total": 111111.2423
}
],
"total": 111111.2423
}