get https://open-api-v4.coinglass.com/api/index/bitcoin-dominance
This endpoint provides data for the bitcoin dominance
Cache / Update Frequency: 1 day for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ❌ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"timestamp": 1367366400000,
"price": 139,
"bitcoin_dominance": 94.3595,
"market_cap": 1545031856
},
{
"timestamp": 1367625600000,
"price": 98.0999984741,
"bitcoin_dominance": 93.8787,
"market_cap": 1097883152
},
{
"timestamp": 1367884800000,
"price": 112.25,
"bitcoin_dominance": 94.3851,
"market_cap": 1240126128
},
}