get https://open-api-v4.coinglass.com/api/index/bitcoin-long-term-holder-supply
This endpoint provides data for the bitcoin long term holder supply
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": 10.8584714558738,
"long_term_holder_supply": 3395092,
"timestamp": 1313625600000
},
{
"price": 11.6704730432496,
"long_term_holder_supply": 3401503,
"timestamp": 1313712000000
},
{
"price": 11.4597317393337,
"long_term_holder_supply": 3411444,
"timestamp": 1313798400000
},
}