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

# Crypto Global Market Data

`GET /global`

This endpoint allows you **query cryptocurrency global data including active cryptocurrencies, markets, total crypto market cap and etc**

## Response `200`

Get cryptocurrency global data

- Global
  - `data` object
    - `active_cryptocurrencies` number — number of active cryptocurrencies
    - `upcoming_icos` number — number of upcoming icos
    - `ongoing_icos` number — number of ongoing icos
    - `ended_icos` number — number of ended icos
    - `markets` number — number of exchanges
    - `total_market_cap` object — cryptocurrencies total market cap
      - `btc` number
      - `eth` number
    - `total_volume` object — cryptocurrencies total volume
      - `btc` number
      - `eth` number
    - `market_cap_percentage` object — cryptocurrencies market cap percentage
      - `btc` number
      - `eth` number
    - `market_cap_change_percentage_24h_usd` number — cryptocurrencies market cap change percentage in 24 hours in usd
    - `updated_at` number

## Changes

- **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/0484eb6fcafa/schema)
