get https://open-api-v4.coinglass.com/api/futures/v2/net-position/history
该接口提供合约的历史净持仓数据,包括净多仓位变化和净空仓位变化。
缓存/ 更新频率 : 实时更新.
该接口以下API等级可用: API 等级:
API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
---|---|---|---|---|---|
可用性 | ❌ | ✅ | ✅ | ✅ | ✅ |
响应数据
{
"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
},
}