Skip to main content

ETF Data (V2)

Bitcoin and Ethereum spot ETF flow data, AUM, and historical trends.

GET /v2/etf/{etf_type}

Current ETF metrics — flows, AUM, and holdings. Path parameters:
  • etf_typebtc or eth
curl "https://api.crypton.dev/v2/etf/btc"
curl "https://api.crypton.dev/v2/etf/eth"

GET /v2/etf/{etf_type}/history

Historical ETF flow data.
curl "https://api.crypton.dev/v2/etf/btc/history"
curl "https://api.crypton.dev/v2/etf/eth/history"

GET /v2/exchange-reserves

Exchange proof-of-reserves data (from DefiLlama).
curl "https://api.crypton.dev/v2/exchange-reserves"