API Reference
Pricing
API Reference

200周移动平均热力图

该接口提供200周移动平均热力图数据

缓存 / 更新频率: 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                   // 卖单数量
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!