get
https://open-api-v3.coinglass.com/api/ethereum/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": 1721692800000,
"changeUsd": 106600000,
"price": 3438.09,
"closePrice": 3481.01,
"list": [
{
"ticker": "ETHA",
"changeUsd": 266500000
},
{
"ticker": "FETH",
"changeUsd": 71300000
},
...
]
},
...
]
}| 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 Ethereum 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. |
