API Reference
Pricing
API Reference

普尔倍数

该接口提供 Puell Multiple 指标相关数据,包括在特定时间点的比特币价格、买入/卖出数量,以及对应的普尔倍数数值。

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

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

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

响应数据

{
  "code": "0",                              
  "msg": "success",                        
  "data": [
    {
      "timestamp": 1282003200000,           // 时间戳(毫秒)
      "price": 0.07,                         // 当日价格
      "puell_multiple": 1                   // Puell Multiple 指标数值
    },
    {
      "timestamp": 1282089600000,           // 时间戳(毫秒)
      "price": 0.068,                        // 当日价格
      "puell_multiple": 1.0007745933384973  // Puell Multiple 指标数值
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!