get https://open-api-v4.coinglass.com/api/index/bitcoin-lth-realized-price
This endpoint provides data for the bitcoin long term holder realized price
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": 1325376000000,
"price": 4.61211781,
"lth_realized_price": 4.8958766225
},
{
"timestamp": 1325462400000,
"price": 5.13201225,
"lth_realized_price": 4.8806352365
},
{
"timestamp": 1325548800000,
"price": 5.21773083,
"lth_realized_price": 4.8736945702
},
}