get https://open-api-v3.coinglass.com/api/bitcoin/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": 1704931200000,
"changeUsd": 655300000,
"price": 46663,
"closePrice": 46337.8,
"list":
[
{
"ticker": "IBIT",
"changeUsd": 111700000
},
{
"ticker": "FBTC",
"changeUsd": 227000000
},
...
]
},
...
]
}
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.If the changeUsd field is missing, it indicates that the latest data has not yet been updated. |