Skip to main content
GET
/
stats
/
charts
/
market
Get daily closing price and market cap for native coin
curl --request GET \
  --url 'https://api.blockscout.com/{chain_id}/api/v2/stats/charts/market?apikey='
{
  "available_supply": "<string>",
  "chart_data": [
    {}
  ]
}

Authorizations

apikey
string
query
required

API key for authentication. Required for all Pro API endpoints. Obtain your API key at https://dev.blockscout.com/

Query Parameters

apikey
string
required

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

Time series data for market charts and available token supply.

available_supply
Pattern: ^([1-9][0-9]*|0)(\.[0-9]+)?$
chart_data
object[]