---
title: "Global market snapshot"
method: GET
path: "/api/v1/global"
tags: ["Global Market"]
---

# Global market snapshot

`GET /api/v1/global`

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.

## Response `200`

- object
  - `data` object
    - `total_marketcap` integer
    - `total_volume_24h` integer
    - `total_cryptocurrencies` integer
    - `total_tokens` integer
    - `total_exchanges` integer
    - `total_pairs` integer
    - `total_markets` integer
    - `dominance` object
      - `btc` number
      - `eth` number
      - `top3` object[]
        - `symbol` string
        - `domination` number
    - `fear_greed` object
      - `score` integer
      - `regime` string
    - `last_updated` string

---

[API](https://skmtc.net/bitculator/apis/bitculator-data-api.md) · [All operations](https://skmtc.net/bitculator/apis/bitculator-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitculator/bitculator-data-api/revisions/ed1378af68b6/schema)
