GET
/
global
CLI
curl --request GET \
--url 'https://api.coinpaprika.com/v1/global'
{
  "market_cap_usd": 430252937008,
  "volume_24h_usd": 430252937008,
  "bitcoin_dominance_percentage": 36.67,
  "cryptocurrencies_number": 1587,
  "market_cap_ath_value": 835692000000,
  "market_cap_ath_date": "2018-01-07T11:17:00Z",
  "volume_24h_ath_value": 71990500000,
  "volume_24h_ath_date": "2018-01-04T17:17:00Z",
  "market_cap_change_24h": 1.98,
  "volume_24h_change_24h": 1.98,
  "last_updated": 1525089441
}

Response

successful operation

market_cap_usd
number

Total market capitalization - sum of all cryptocurrency market capitalizations in USD

Example:

430252937008

volume_24h_usd
number

Total 24h volume - sum of all cryptocurrency volumes in USD

Example:

430252937008

bitcoin_dominance_percentage
number

Bitcoin market capitalization as a percentage of total market capitalization

Example:

36.67

cryptocurrencies_number
integer

This is number of active cryptocurrencies on our site (active in this case means that we have up-to-date price data for a coin). Total number of our cryptocurrencies is higher and may be obtained via counting elements in /coins endpoint.

Example:

1587

market_cap_ath_value
number

ATH (All Time High) value of market capitalization - the highest historical value of marketcap

Example:

835692000000

market_cap_ath_date
string

ATH (All Time High) date of market capitalization

Example:

"2018-01-07T11:17:00Z"

volume_24h_ath_value
number

ATH (All Time High) value of the 24h volume - the highest historical value of 24h volume

Example:

71990500000

volume_24h_ath_date
string

ATH (All Time High) date of volume 24h

Example:

"2018-01-04T17:17:00Z"

market_cap_change_24h
number

Percentage change in the market capitalization over the last 24h

Example:

1.98

volume_24h_change_24h
number

Percentage change in the volume 24h over the last 24h

Example:

1.98

last_updated
integer

Timestamp of the last data update

Example:

1525089441