get
https://open-api-v4.coinglass.com/api/futures/indicators/macd
該接口用於獲取交易對的移動平均收斂發散指標(MACD)。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 实时更新
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ❌ | ✅ | ✅ | ✅ | ✅ |
響應數據
{
"code": "0",
"data": [
{
"time": 1678665600000,
"macd_value": -837.307
},
{
"time": 1678752000000,
"macd_value": -575.43
},
....
]
} 200