API Reference

ETF Flows History

This API retrieves a list of key status information regarding the history of ETF flows.

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
         {
      "date": 1721692800000,
      "changeUsd": 106600000,
      "price": 3438.09,
      "closePrice": 3481.01,
      "list": [
        {
          "ticker": "ETHA",
          "changeUsd": 266500000
        },
        {
          "ticker": "FETH",
          "changeUsd": 71300000
        },
        ...
      ]
    },
    ...
  ]
}
FieldDescription
dateTime, in milliseconds
changeUsdThe total ETF's USD inflow/outflow.
lista list

list

FieldDescription
tickerTicker symbol representing the Ethereum Exchange-Traded Fund (ETF)
changeUsdThe ETF's USD inflow/outflow for a ticker.If the changeUsd field is missing, it indicates that the latest data has not yet been updated.
Language
Authorization
Header
Click Try It! to start a request and see the response here!