GET
/
markets
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/markets \
  --header 'X-API-KEY: <api-key>'
{
  "marketCap": 123,
  "volume": 123,
  "btcDominance": 123,
  "marketCapChange": 123,
  "volumeChange": 123,
  "btcDominanceChange": 123
}
1 credit per request
Get current global cryptocurrency market data:
  • Total market capitalization
  • 24h trading volume
  • Bitcoin dominance
  • Market trends and indicators
This data provides a high-level overview of the entire crypto market’s current state.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

Get global market cap

The response is of type object.