Market Indicators

Request ChartInspect crypto risk, breadth, flows, ETF, valuation, and cross-market indicators.

text
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:

IndicatorAdditional parameters
altcoin-season-indexperiod, tier
crypto-market-breadthma, tier
combined-vwap-mvrvvwapPeriod, tier
adaptive-risk-oscillatorcryptocurrency

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.

Was this page helpful?