Market Indicators
Request ChartInspect crypto risk, breadth, flows, ETF, valuation, and cross-market indicators.
GET /api/v1/market-indicators/{indicator}Market indicators require a Pro key with market-indicator permission. The category combines many independently maintained sources, so response fields and supported parameters vary.
#Discover Indicators
Use the Full Endpoint Reference, authenticated /api/v1/endpoints, or /api/public/catalog. These are generated from the metric registry and include the current public IDs.
#Common Request
curl -H "x-api-key: YOUR_API_KEY" \
"https://chartinspect.com/api/v1/market-indicators/altcoin-season-index?days=365&period=90d&tier=top-50"Most series support days, limit, startDate, and endDate. Special contracts advertise additional controls, including:
| Indicator | Additional parameters |
|---|---|
altcoin-season-index | period, tier |
crypto-market-breadth | ma, tier |
combined-vwap-mvrv | vwapPeriod, tier |
adaptive-risk-oscillator | cryptocurrency |
Do not send a parameter merely because another indicator accepts it. OpenAPI and the generated reference expose each endpoint's exact contract.
#Responses
Most responses include success, an identifier, count, data, and metadata. Rows can be scalar time series, multi-asset composites, OHLC data, or source-specific structures. Use the endpoint field list rather than a single category-wide row type.
Bitcoin ETF flows and aggregate AUM are published here as market indicators. Per-product ETF balance history remains available at /api/v1/exchange-etf/etf-balances.