API Reference
Pricing
API Reference

以太坊ETF流入流出历史

该接口提供以太坊交易所交易基金(ETF)的流入流出历史数据。

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

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

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "timestamp": 1721692800000,            // 时间戳
      "change_usd": 106600000,              // 资金流入/流出(USD)
      "price": 3438.09,                     // 当前价格
      "close_price": 3481.01,               // 收盘价
      "etf_flows": [                        // ETF 流动性列表
        {
          "ticker": "ETHA",             // ETF 代码
          "change_usd": 266500000       // 资金流动(USD)
        },
        {
          "ticker": "FETH",             // ETF 代码
          "change_usd": 71300000        // 资金流动(USD)
        }
      ]
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!