get
https://open-api-v4.coinglass.com/api/futures/funding-rate/oi-weight-history
該接口提供按持倉量加權的合約幣種資金費率 K 線數據,包含開盤價、最高價、最低價和收盤價(OHLC)。
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": 1658880000000, // 時間戳(毫秒)
"open": "0.004603", // 開盤資金費率
"high": "0.009388", // 最高資金費率
"low": "-0.005063", // 最低資金費率
"close": "0.009229" // 收盤資金費率
},
{
"time": 1658966400000, // 時間戳(毫秒)
"open": "0.009229", // 開盤資金費率
"high": "0.01", // 最高資金費率
"low": "0.007794", // 最低資金費率
"close": "0.01" // 收盤資金費率
}
]
}