get
https://open-api-v4.coinglass.com/api/etf/bitcoin/aum
該接口提供比特幣交易所交易基金(ETF)的歷史管理資產總額(AUM)數據。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 每 1天更新一次
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
響應數據
{
"code": "0",
"data": [
{
"time": 1704153600000,
"aum_usd": 0 //該時間點的比特幣ETF管理資產總額(以美元計)
},
{
"time": 1704240000000,
"aum_usd": 0
},
....
]
}