Exchange and ETF Balances
Request the supported Bitcoin exchange reserve and ETF balance datasets.
tabs
[{"language":"text","code":"GET /api/v1/exchange-etf/exchange-balances"},{"language":"bash","code":"curl -H \"x-api-key: YOUR_API_KEY\" \\\n \"https://chartinspect.com/api/v1/exchange-etf/list\""},{"language":"json","code":"{\n \"success\": true,\n \"availableDatasets\": [\"exchange-balances\", \"etf-balances\"],\n \"count\": 2\n}"}]#Request
curl -H "x-api-key: YOUR_API_KEY" \
"https://chartinspect.com/api/v1/exchange-etf/exchange-balances?days=365&limit=365"Supported parameters are days, limit, startDate, and endDate. Rows use timeunix in Unix seconds and include USD price, block height, aggregate exchange balance, and named exchange columns. The exact field list is in the generated reference.
For the maintained per-product ETF balance history:
curl -H "x-api-key: YOUR_API_KEY" \
"https://chartinspect.com/api/v1/exchange-etf/etf-balances?days=365&limit=365"For ETF flows and aggregate AUM, use their endpoints under Market Indicators.
Was this page helpful?