get https://open-api-v3.coinglass.com/api/bitcoin/hk/etf/flow-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
}
]
},
...
]
}
Field | Description |
---|---|
date | Time, in milliseconds |
changeUsd | The total ETF's USD inflow/outflow. |
list | a list |
list
Field | Description |
---|---|
ticker | Ticker symbol representing the Bitcoin Exchange-Traded Fund (ETF) |
changeUsd | The ETF's USD inflow/outflow for a ticker. |