v1
latestOpenAPI 3.0.32026-08-04850206.9 KBGlobal Market
Global market snapshot
One-shot market overview: total marketcap and 24h volume, counts of cryptocurrencies / tokens / exchanges / pairs / markets, dominance (BTC & ETH share plus the rank-based top3), and the market fear_greed reading.
get/api/v1/global
Response
Example response
{
"data": {
"total_marketcap": 2037527560616,
"total_volume_24h": 83977305058,
"total_cryptocurrencies": 134,
"total_tokens": 50,
"total_exchanges": 10,
"total_pairs": 823,
"total_markets": 4172,
"dominance": {
"btc": 62.07,
"eth": 9.97,
"top3": [
{
"symbol": "BTC",
"domination": 62.07
},
{
"symbol": "ETH",
"domination": 9.97
},
{
"symbol": "USDT",
"domination": 8.17
}
]
},
"fear_greed": {
"score": 15,
"regime": "neutral"
},
"last_updated": "2026-07-03T10:16:06+00:00"
}
}