Skip to main content
GET
/
v3
/
global
/
market
Global market snapshot
curl --request GET \
  --url https://api.cryptorank.io/v3/global/market \
  --header 'X-Api-Key: <api-key>'
{
  "totalMarketCap": "2543821345678",
  "totalVolume24h": "87320456789",
  "btcMarketCap": "1334567890000",
  "ethMarketCap": "412345678901",
  "activeCurrencies": 14523,
  "activeTickers": 32145,
  "activeExchanges": 312,
  "marketCapChange24h": 1.42
}

Documentation Index

Fetch the complete documentation index at: https://docs.cryptorank.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json
totalMarketCap
string
required

Total crypto market cap in USD

Example:

"2543821345678"

totalVolume24h
string
required

Total 24h trading volume in USD

Example:

"87320456789"

btcMarketCap
string
required

BTC market cap in USD

Example:

"1334567890000"

ethMarketCap
string
required

ETH market cap in USD

Example:

"412345678901"

activeCurrencies
number
required

Active coins (enabled, priceUSD updated in 24h)

Example:

14523

activeTickers
number
required

Active trading pairs

Example:

32145

activeExchanges
number
required

Active exchanges

Example:

312

marketCapChange24h
number
required

Total market cap change over 24h in percent

Example:

1.42