get
https://open-api-v4.coinglass.com/api/etf/bitcoin/aum
This endpoint provides historical Assets Under Management (AUM) data for Bitcoin ETFs
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
},
....
]
}
200