get https://open-api-v4.coinglass.com/api/index/bitcoin-vs-us-m2-growth
This endpoint provides data for the bitcoin vs US m2 supply & growth
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": 1278979200000,
"price": 0.06183332,
"us_m2_yoy_growth": 0.1321,
"us_m2_supply": 8639800000000
},
{
"timestamp": 1279065600000,
"price": 0.05815725,
"us_m2_yoy_growth": 0.1321,
"us_m2_supply": 8639800000000
},
{
"timestamp": 1279152000000,
"price": 0.05640261,
"us_m2_yoy_growth": 0.1321,
"us_m2_supply": 8639800000000
},
}