Get global market overview
get_global_market_overviewRetrieve aggregate crypto market statistics including total market cap, 24h volume, BTC/ETH dominance, and counts of tracked coins and markets.
Instructions
Get aggregate statistics for the whole crypto market: total market cap, total 24-hour volume, BTC and ETH dominance, and the number of tracked coins and markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vs_currency | No | Currency for the aggregate figures, e.g. 'usd'. | usd |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markets | No | Exchanges/markets tracked. | |
| updated_at | No | When CoinGecko computed these aggregates. | |
| vs_currency | Yes | Currency the aggregate figures are denominated in. | |
| total_market_cap | No | Total market cap in the quote currency. | |
| total_volume_24h | No | Total 24-hour volume in the quote currency. | |
| btc_dominance_percent | No | Bitcoin's share of total market cap. | |
| eth_dominance_percent | No | Ethereum's share of total market cap. | |
| active_cryptocurrencies | No | Coins tracked by CoinGecko. | |
| total_market_cap_display | No | Formatted total market cap. | |
| total_volume_24h_display | No | Formatted total 24-hour volume. | |
| market_cap_change_24h_percent | No | 24-hour percentage change in total market cap. |