ETF价格历史

该接口提供比特币ETF的历史价格数据,包括每个数据点的开盘价、最高价、最低价、收盘价(OHLC)以及交易量信息。

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

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

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

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

响应数据

{
  "code": "0",                         
  "msg": "success",                   
  "data": [
    {
      "time": 1731056460000,     // 时间戳(毫秒)
      "open": 60.47,                  // 开盘价
      "high": 60.47,                  // 最高价
      "low": 60.47,                   // 最低价
      "close": 60.47,                 // 收盘价
      "volume": 100                   // 成交量
    },
    ...
  ]
}
Query Params
string
required
Defaults to GBTC

ETF 股票代码 (例如., GBTC, IBIT).

string
required
Defaults to 1d

数据的时间范围( (例如, 1d,7d,all).

Responses

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