幣種指數移動平均線列表(EMA)

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

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": 70666,
      "ema_1m": 70650.9,
      "ema_5m": 70621,
      "ema_15m": 70609.5,
      "ema_30m": 70604.7,
      "ema_1h": 70603.2,
      "ema_4h": 70697.6,
      "ema_1d": 71191.2,
      "ema_1w": 73294.9
    },
    {
      "symbol": "ETH",
      "close_price": 2150.17,
      "ema_1m": 2150.63,
      "ema_5m": 2149.23,
      "ema_15m": 2147.72,
      "ema_30m": 2145.87,
      "ema_1h": 2146.92,
      "ema_4h": 2162.37,
      "ema_1d": 2163.06,
      "ema_1w": 2242.59
    },
}
Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!