ETF 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

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{
  "code": "0",
  "data": [
    {
      "time": 1704153600000,
      "aum_usd": 0
    },
    {
      "time": 1704240000000,
      "aum_usd": 0
    },
    ....
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!