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": 1704931200000,
          "changeUsd": 655300000,
          "price": 46663,
          "closePrice": 46337.8,
          "list": 
          [
             {
              "ticker": "IBIT",
              "changeUsd": 111700000
             },
             {
              "ticker": "FBTC",
              "changeUsd": 227000000
             },
             ...
          ]
      },
      ...
  ]
}
FieldDescription
dateTime, in milliseconds
changeUsdThe total ETF's USD inflow/outflow.
lista list

list

FieldDescription
tickerTicker symbol representing the Bitcoin 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!