Global
๐ผ Global Market Cap Chart Data
This endpoint allows you to query historical global market cap and volume data by number of days away from now
get/global/market_cap_chart
Query parameters
days'1' | '7' | '14' | '30' | '90' | '180' | '365' | 'max' required
data up to number of days ago <br> Valid values: any integer
vs_currencystring
Example:usd
target currency of market cap, default: usd <br> *refers to /simple/supported_vs_currencies
Response
Get cryptocurrency global market cap chart data
Example response
{
"market_cap_chart": {
"market_cap": [
[
1741777205268,
2766533155566
],
[
1741780800808,
2784800753369
],
[
1741784401211,
2819864149659
]
],
"volume": [
[
1741777205268,
141144791036
],
[
1741780800808,
140341392201
],
[
1741784401211,
146221695370
]
]
}
}