get https://open-api-v4.coinglass.com/api/futures/net-position/history
This endpoint provides the historical net position data for futures, including the net_long_change and net_short_change values.
Cache / Update Frequency: Real time 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": [
{
"net_long_change": -478.43,
"net_short_change": 0,
"time": 1751652000000
},
{
"net_long_change": -776.79,
"net_short_change": 0,
"time": 1751655600000
},
}