Skip to main content
GET
/
v2
/
stats
/
charts
/
market
Get daily closing price and market cap for native coin
curl --request GET \
  --url http://localhost/api/v2/stats/charts/market
{
  "available_supply": "<string>",
  "chart_data": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

apikey
string

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[]