get https://open-api-v4.coinglass.com/api/index/bitcoin-correlation
This endpoint provides data for the BTC correlations (GLD, IWM, QQQ, SPY, TLT)
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": 1284508800000,
"price": 0.06080235,
"gld": -0.5150866328682138,
"iwm": -0.4464952558926045,
"qqq": 0,
"spy": -0.38000905719099726,
"tlt": 0.32525293786188403
},
{
"timestamp": 1284595200000,
"price": 0.0805732,
"gld": -0.1441145695322488,
"iwm": -0.390257896507018,
"qqq": 0,
"spy": -0.3562006006485584,
"tlt": 0.25421749956089384
},
{
"timestamp": 1284681600000,
"price": 0.09079794,
"gld": 0.18856803587350612,
"iwm": -0.06826869030058404,
"qqq": 0,
"spy": -0.03849870412867858,
"tlt": -0.02643535666282007
},
}