---
title: "Crypto Global Market Data"
method: GET
path: "/global"
---

# Crypto Global Market Data

`GET /global`

To query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc

## Response `200`

Cryptocurrency global market data

- Global
  - `data` object, required
    - `active_cryptocurrencies` integer, required — Number of active cryptocurrencies
    - `upcoming_icos` integer, required — Number of upcoming ICOs
    - `ongoing_icos` integer, required — Number of ongoing ICOs
    - `ended_icos` integer, required — Number of ended ICOs
    - `markets` integer, required — Number of exchanges
    - `total_market_cap` object, required — Total cryptocurrency market cap by currency
    - `total_volume` object, required — Total cryptocurrency volume by currency
    - `market_cap_percentage` object, required — Market cap percentage by coin
    - `market_cap_change_percentage_24h_usd` number, required — Market cap change percentage in 24 hours in USD
    - `volume_change_percentage_24h_usd` number, required — Volume change percentage in 24 hours in USD
    - `updated_at` integer, required — Last updated time in UNIX timestamp

## Changes

- **2026-05-28** `11cc9e00fd86` — 6 warning, 13 info
  - removed the optional property `data/market_cap_percentage/btc` from the response with the `200` status
  - removed the optional property `data/market_cap_percentage/eth` from the response with the `200` status
  - removed the optional property `data/total_market_cap/btc` from the response with the `200` status
  - removed the optional property `data/total_market_cap/eth` from the response with the `200` status
  - …15 more
- **2026-02-25** `e88de4e81cdb` — 1 info
  - added the optional property `data/volume_change_percentage_24h_usd` to the response with the `200` status
- **2025-05-26** `0484eb6fcafa` — 2 warning, 2 info
  - removed the optional property `market_cap_change_percentage_24h_usd` from the response with the `200` status
  - removed the optional property `updated_at` from the response with the `200` status
  - added the optional property `data/market_cap_change_percentage_24h_usd` to the response with the `200` status
  - added the optional property `data/updated_at` to the response with the `200` status

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/global/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/006c13c1a566/schema)
