get
https://open-api-v4.coinglass.com/api/futures/ma/list
该接口提供多个币种在不同时间周期下的移动平均线(MA)指标数据。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
缓存/ 更新频率:10秒钟更新一次
该接口以下API等级可用: API 等级:
| API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
|---|---|---|---|---|---|
| 可用性 | ❌ | ❌ | ✅ | ✅ | ✅ |
响应数据
{
"code": "0",
"data": [
{
"symbol": "BTC",
"close_price": 70607.4,
"ma_1m": 70639.2,
"ma_5m": 70607,
"ma_15m": 70518.7,
"ma_30m": 70659.6,
"ma_1h": 70668.6,
"ma_4h": 70317.8,
"ma_1d": 71749.5,
"ma_1w": 71703.3
},
{
"symbol": "ETH",
"close_price": 2150.09,
"ma_1m": 2151.34,
"ma_5m": 2149.54,
"ma_15m": 2143.99,
"ma_30m": 2147.41,
"ma_1h": 2146.91,
"ma_4h": 2154.04,
"ma_1d": 2177.08,
"ma_1w": 2144.28
},
} 200