200 週移動平均熱力圖

該接口提供 200 週移動平均熱力圖數據。

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

快取 / 更新頻率: 每 1天更新一次

該接口以下 API 等級可用: API 等級

API 等級業餘版創業版標準版專業版企業版
可用性

響應數據

{
  "code": "0",                              
  "msg": "success",                         
  "data": [
    {
      "timestamp": 1325203200000,          // 時間戳 (毫秒)
      "price": 4.31063509000584,           // 當前價格
      "moving_average_1440": 4.143619070636635, // 200 周移動平均線 (1440 表示周期)
      "moving_average_1440_ip": 0,         // 移動平均線位置 (IP 指標)
      "buy_quantity": 0,                   // 買單數量
      "sell_quantity": 0                   // 賣單數量
    }
  ]
}
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json