Historical Total & Circulating Supply
Endpoint to track historical total and circulating supply values for MOR.
Get Historical Total & Circulating Supply
GET
/total_and_circ_supply
Get historical total and circulating supply values for MOR.
Response
{
"data": [
{
"date": "06/09/2024",
"total_supply": 2985524.7413,
"circulating_supply": 1078429.5518462,
"total_claimed_that_day": 454.192321309538
},
{
"date": "05/09/2024",
"total_supply": 2805603.2071,
"circulating_supply": 1077975.35952489,
"total_claimed_that_day": 149.237548953327
},
{
"date": "04/09/2024",
"total_supply": 2794401.2739,
"circulating_supply": 1077540.69016409,
"total_claimed_that_day": 2577.55852840485
}
]
}