Get Bitcoin market dominance data showing BTC’s percentage share of the total cryptocurrency market capitalization over a specified time period
Documentation Index
Fetch the complete documentation index at: https://coinstats.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Details
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.
Time period for the data
24h, 1w, 1m, 3m, 6m, 1y, all Array of timestamp and BTC dominance percentage pairs Pair structure: [timestamp, BTC dominance percentage]
[
[1746441300, 61.59],
[1746441400, 62.1],
[1746441500, 61.85]
]