get
https://open-api-v4.coinglass.com/api/futures/price/history
該接口提供加密貨幣在指定時間週期內的歷史開盤價、最高價、最低價和收盤價(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",
"data": [
{
"time": 1745366400000,
"open": "93404.9",
"high": "93864.9",
"low": "92730",
"close": "92858.2",
"volume_usd": "1166471854.3026"
},
{
"time": 1745370000000,
"open": "92858.2",
"high": "93464.8",
"low": "92552",
"close": "92603.8",
"volume_usd": "871812560.3437"
},
...
]
}