Skip to main content
GET
/
v3
/
global
/
dominance
/
chart
Dominance Chart by Group (BTC, ETH, TOP-10 MCap & etc)
curl --request GET \
  --url https://api.cryptorank.io/v3/global/dominance/chart \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "date": 123,
      "dominance": 123
    }
  ]
}

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

Query Parameters

group
enum<string>
required
Available options:
btc,
eth,
sol,
usdt,
bnb,
top10,
top50,
top100
period
enum<string>
required
Available options:
7d,
30d,
6m,
1y,
ytd,
all

Response

200 - application/json
data
object[]
required