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