get
https://open-api-v4.coinglass.com/api/futures/v2/net-position/history
该接口提供合约的历史净多仓位变化和净空仓位变化。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
缓存/ 更新频率 : 实时更新.
该接口以下API等级可用: API 等级:
| API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
|---|---|---|---|---|---|
| 可用性 | ❌ | ✅ | ✅ | ✅ | ✅ |
响应数据
{
"code": "0",
"data": [
{
"net_long_change": -50.11,数量
"net_short_change": 0,
"net_long_change_cum": -50.11,
"net_short_change_cum": 0,
"net_position_change_cum": -50.11,
"time": 1767272400000
},
{
"net_long_change": 0,
"net_short_change": -64.88,
"net_long_change_cum": -50.11,
"net_short_change_cum": -64.88,
"net_position_change_cum": 14.77,
"time": 1767276000000
},
} 200