以太坊 ETF 流入流出歷史

該接口提供以太坊交易所交易基金(ETF)的流入流出歷史數據。

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

該接口以下 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
        },

      ]
    }
  ]
}
Responses

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