get
https://open-api-v4.coinglass.com/api/spot/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",
"msg": "success",
"data": [
{
"time": 1741690800000,
"open": 81808.25,//開盤價
"high": 82092.34,//最高價
"low": 81400,//最低價
"close": 81720.34,//關盤價
"volume_usd": 96823535.5724
},
{
"time": 1741694400000,
"open": 81720.33,
"high": 81909.69,
"low": 81017,
"close": 81225.5,
"volume_usd": 150660424.1863
}
]
}