幣種移動平均線列表(MA)

該接口提供多個幣種在不同時間週期下的移動平均線(MA)指標數據。

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

快取 / 更新頻率: 即時更新.

該接口以下 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!