get
https://open-api-v3.coinglass.com/api/ethereum/etf/netAssets/history
This API retrieves the historical net assets data for ETFs (Exchange-Traded Funds)
Response Data
{
"code": "0",
"msg": "success",
"data":
[
{
"netAssets": 41998341505.91,
"change": 655300000,
"date": 1704931200000,
"price": 46337.8
},
...
]
}| Field | Description |
|---|---|
| netAssets | The total net assets of the ETF |
| change | The total ETF's USD inflow/outflow. |
| date | Time, in milliseconds |
| price | Ethereum price |
