API Reference
Log InPricing
API Reference

以太坊ETF流入流出历史

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

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

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

响应数据

{
  "code": "0",
  "data": [
    {
      "timestamp": 1721692800000,  // 时间戳
      "flow_usd": 106600000,  // 资金流入/流出(USD)
      "price_usd": 3438.09,  // 当前价格
      "etf_flows": [     // ETF 流动性列表
        {
          "etf_ticker": "ETHA",   // ETF 代码
          "flow_usd": 266500000     // 资金流动(USD)
        },
        {
          "etf_ticker": "FETH",  
          "flow_usd": 71300000
        },

      ]
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!