get https://open-api-v4.coinglass.com/api/index/bitcoin-macro-oscillator
This endpoint provides data for the bitcoin macro oscillator (bmo)
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": [
{
"price": 6.3162949999999976,
"bmo_value": -0.25927286591542786,
"timestamp": 1326067200000
},
{
"price": 6.449687599999999,
"bmo_value": -0.23528273675333555,
"timestamp": 1326153600000
},
{
"price": 6.899966666666668,
"bmo_value": -0.17373343317542636,
"timestamp": 1326240000000
},
}