Skip to main content
GET
Get current global cryptocurrency market data
1 credit per request
  • Total market capitalization
  • 24h trading volume
  • Bitcoin dominance
  • Market trends and indicators

Authorizations

X-API-KEY
string
header
required

API key required to access the endpoints. Generate one from your dashboard at https://openapi.coinstats.app and pass it in the X-API-KEY request header. Never expose your key in client-side code.

Response

Get global market cap

marketCap
number
required

Total market capitalization of all cryptocurrencies in USD

Example:

4026535943695

volume
number
required

Total 24-hour trading volume across all cryptocurrencies in USD

Example:

98765432101

btcDominance
number
required

Bitcoin's percentage share of the total cryptocurrency market capitalization

Example:

42.5

marketCapChange
number
required

24-hour change in total market capitalization (percentage)

Example:

-2.34

volumeChange
number
required

24-hour change in total trading volume (percentage)

Example:

5.67

btcDominanceChange
number
required

24-hour change in Bitcoin dominance (percentage points)

Example:

0.89