API Reference

Hong Kong 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": 1714435200000,
          "changeUsd": 247866000,
          "price": 63842.4,
          "list": 
           [
             {
              "ticker": "CHINAAMC",
              "changeUsd": 123610690
             },
             { 
              "ticker": "HARVEST",
              "changeUsd": 63138000
             },
             {
              "ticker": "BOSERA&HASHKEY",
              "changeUsd": 61117310
             }
           ]
      },
      ...
  ]
}
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.
Language
Authorization
Header
Click Try It! to start a request and see the response here!