交易对K线历史

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

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

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

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

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

响应数据

{
  "code": "0",
  "data": [
    {
      "time": 1745366400000,
      "open": "93404.9",
      "high": "93864.9",
      "low": "92730",
      "close": "92858.2",
      "volume_usd": "1166471854.3026"
    },
    {
      "time": 1745370000000,
      "open": "92858.2",
      "high": "93464.8",
      "low": "92552",
      "close": "92603.8",
      "volume_usd": "871812560.3437"
    },
    ...
 ]
}    
Query Params
string
required
Defaults to Binance

合约交易所名称(例如:Binance、OKX)。可通过 support-exchange-pair 接口获取支持的交易所。

string
required
Defaults to BTCUSDT

交易对(例如:BTCUSDT)。可通过 support-exchange-pair 接口查询支持的交易对。

string
required
Defaults to 1h

数据时间间隔。支持的取值包括:1m、3m、5m、15m、30m、1h、4h、6h、8h、12h、1d、1w。

int32
required
Defaults to 10

每次请求返回的数据条数。默认值:1000,最大值:1000。

int64

起始时间戳,单位为毫秒(例如:1641522717000)。

int64

结束时间戳,单位为毫秒(例如:1641522717000)。

Response

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