get https://open-api-v4.coinglass.com/api/etf/bitcoin/aum
This endpoint provides historical Assets Under Management (AUM) data for Bitcoin ETFs
Cache / Update Frequency: every 1 day for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ✅ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"data": [
{
"time": 1704153600000,
"aum_usd": 0
},
{
"time": 1704240000000,
"aum_usd": 0
},
....
]
}