get
https://open-api-v4.coinglass.com/api/bitfinex-margin-long-short
該接口提供來自 Bitfinex 的槓桿多頭和空頭倉位數據。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 即時更新.
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
| 颗粒度 | >=4h | >=30m | 無限制 | 無限制 | 無限制 |
響應數據
{
"code": "0",
"msg": "success",
"data": [
{
"time": 1658880000, // 時間戳,表示數據對應的時間點
"long_quantity": 104637.94, // 多頭持倉數量
"short_quantity": 2828.53 // 空頭持倉數量
},
{
"time": 1658966400, // 時間戳,表示數據對應的時間點
"long_quantity": 105259.46, // 多頭持倉數量
"short_quantity": 2847.84 // 空頭持倉數量
}
// 更多數據項...
]
}