v1
latestOpenAPI 3.0.32026-08-04850206.9 KBGlobal Market
Market heatmap
Top-100 treemap rows plus framing stats (total marketcap/volume, dominance and the market Fear & Greed score) — the API twin of the web heatmap.
get/api/v1/global/heatmap
Response
Example response
{
"data": [
{
"slug": "bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"price": "109731.2",
"marketcap": 2183456789012,
"change_24h": 1.24,
"change_7d": -2.31,
"logo": "https://bitculator.com/storage/media/assets/bitcoin-small.png"
}
],
"meta": {
"total_marketcap": 3456789012345,
"total_volume_24h": 98765432109,
"dominance": {
"btc": 63.2,
"eth": 9.1,
"top3": 74.6
},
"fear_greed": 15
}
}