get https://open-api-v4.coinglass.com/api/futures/whale-index/history
This endpoint provides historical Whale Index data.
Cache / Update Frequency: every 1 minutes 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": [
{
"time": 1665532800000,
"whale_index_value": -184.8
},
{
"time": 1665619200000,
"whale_index_value": -118.965
},
{
"time": 1665705600000,
"whale_index_value": -58.795
},
{
"time": 1665792000000,
"whale_index_value": -84.095
},
}