curl --request GET \
--url https://eth.blockscout.com/api/v2/stats/charts/market
{
"available_supply": "164918857.718061",
"chart_data": [
{
"date": "2022-10-31",
"closing_price": "0.00254915",
"market_cap": "420471.10604559750644"
}
]
}
market chart
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://eth.blockscout.com/api/v2/stats/charts/market
{
"available_supply": "164918857.718061",
"chart_data": [
{
"date": "2022-10-31",
"closing_price": "0.00254915",
"market_cap": "420471.10604559750644"
}
]
}