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": 0,
"net_short_change": -130.93,//數量
"net_long_change_cum": 0,
"net_short_change_cum": -130.93,
"net_position_change_cum": 130.93,
"time": 1767286800000
},
{
"net_long_change": -239.22,
"net_short_change": 0,
"net_long_change_cum": -239.22,
"net_short_change_cum": -130.93,
"net_position_change_cum": -108.29,
"time": 1767290400000
},
} 200