API Reference
Pricing
API Reference

Pi循环顶部指示器

该接口提供 Pi Cycle Top 指标的相关数据,包括每个时间点的比特币价格、111 日移动平均线(ma110)、以及 350 日移动平均线乘以 2 的值(ma350Mu2)

缓存 / 更新频率: 每天一次.

该接口以下API等级可用: API 等级

API 等级爱好版创业版标准版专业版企业版
可用性

响应数据

{
  "code": "0",                           
  "msg": "success",                       
  "data": [
    {
      "ma_110": 0.07,                      // 110日移动平均价格
      "timestamp": 1282003200000,         // 时间戳(毫秒)
      "ma_350_mu_2": 0.14,                // 350日移动平均的2倍值
      "price": 0.07                        // 当日价格
    },
    {
      "ma_110": 0.069,                    // 110日移动平均价格
      "timestamp": 1282089600000,         // 时间戳(毫秒)
      "ma_350_mu_2": 0.138,               // 350日移动平均的2倍值
      "price": 0.068                      // 当日价格
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!