API Reference
Pricing
API Reference

交易对价格历史(K线)

该接口提供加密货币在指定时间周期内的历史开盘价、最高价、最低价和收盘价(OHLC)数据。

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

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

API 等级爱好版创业版标准版专业版企业版
可用性
颗粒度>=4h>=30m无限制无限制无限制

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1741690800000,
      "open": 81808.25,//开盘价
      "high": 82092.34,//最高价
      "low": 81400,//最低价
      "close": 81720.34,//关盘价
      "volume_usd": 96823535.5724
    },
    {
      "time": 1741694400000,
      "open": 81720.33,
      "high": 81909.69,
      "low": 81017,
      "close": 81225.5,
      "volume_usd": 150660424.1863
    },
Language
Credentials
Header
Click Try It! to start a request and see the response here!