Skip to main content
GET
/
v3
/
global
/
dominance
BTC & ETH dominance
curl --request GET \
  --url https://api.cryptorank.io/v3/global/dominance \
  --header 'X-Api-Key: <api-key>'
{
  "btcDominance": 52.34,
  "ethDominance": 17.21,
  "othersDominance": 30.45
}

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
btcDominance
number
required

BTC dominance %

Example:

52.34

ethDominance
number
required

ETH dominance %

Example:

17.21

othersDominance
number
required

Other coins dominance %

Example:

30.45