---
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

---

[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/08868132957b/schema)
