GET
/
blockscout
/
stats
/
charts
/
market
Get Market Chart
curl --request GET \
  --url https://data-api.b3.fun/blockscout/stats/charts/market
{
  "available_supply": "164918857.718061",
  "chart_data": [
    {
      "date": "2022-10-31",
      "closing_price": "0.00254915",
      "market_cap": "420471.10604559750644"
    }
  ]
}

Response

200 - application/json

Market Chart

The response is of type object.