币种移动平均线列表(MA)

该接口提供多个币种在不同时间周期下的移动平均线(MA)指标数据。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

缓存/ 更新频率: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
    },
}
Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!