API Reference

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
    },
      ...
  ]
}
FieldDescription
netAssetsThe total net assets of the ETF
changeThe total ETF's USD inflow/outflow.
dateTime, in milliseconds
priceBitcoin price
Language
Authorization
Header
Click Try It! to start a request and see the response here!