API Reference
Pricing
API Reference

稳定币市值历史

该接口提供稳定币市值历史

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

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

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

响应数据

{
  "code": "0",                             
  "msg": "success",                        
  "data": [
    {
      "data_list": [4611285.1141, ...],         // 数值列表
      "price_list": [, ...],                    // 价格列表
      "time_list": [1636588800, ...]            // 时间戳列表
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!