API Reference
Log InPricing
API Reference

布林带指标 (BOLL)

该接口用于获取交易对的布林带指标 (BOLL)。

缓存/ 更新频率:实时更新

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

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

响应数据

{
  "code": "0",
  "data": [
    {
      "time": 1677196800000,
      "mb_value": 24175.544,
      "ub_value": 25207.098,
      "lb_value": 23143.99
    },
    {
      "time": 1677283200000,
      "mb_value": 24133.278,
      "ub_value": 25291.164,
      "lb_value": 22975.392
    },
    ....
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!