比特幣 Ahr999 指標

該接口提供比特幣 AHR999 指標相關數據,包括歷史均值、AHR999 當前值,以及不同日期對應的具體數據值。

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

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

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

響應數據

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "date_string": "2011/02/01",            // 日期字串(格式:YYYY/MM/DD)
      "average_price": 0.1365,                // 200日定投成本
      "ahr999_value": 4.441692296429609,      // AHR999 指數值
      "current_value": 0.626                  // 當日價格
    },
    {
      "date_string": "2011/02/02",            // 日期字串(格式:YYYY/MM/DD)
      "average_price": 0.1383,                // 200日定投成本
      "ahr999_value": 5.642181244439729,      // AHR999 指數值
      "current_value": 0.713                  // 當日價格
    }
    // 更多數據條目...
  ]
}
Responses

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