get https://open-api-v4.coinglass.com/api/index/bitcoin-short-term-holder-supply
This endpoint provides data for the bitcoin short 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,
"short_term_holder_supply": 3682358,
"timestamp": 1313625600000
},
{
"price": 11.6704730432496,
"short_term_holder_supply": 3682497,
"timestamp": 1313712000000
},
{
"price": 11.4597317393337,
"short_term_holder_supply": 3680156,
"timestamp": 1313798400000
},
{
"price": 11.3544813407364,
"short_term_holder_supply": 3684825,
"timestamp": 1313884800000
},
}