Pi 循環頂部指標

該接口提供 Pi Cycle Top 指標的相關數據,包括每個時間點的比特幣價格、111 日移動平均線(ma110)、以及 350 日移動平均線乘以 2 的值(ma350Mu2)。

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

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

該接口以下 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                      // 當日價格
    }
  ]
}
Responses

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