Get Crypto Market Metrics Time Series Data
OpenAPI JSON Spec Retrieve time series data for various crypto market indicators, including technical and fundamental metrics.
Overview This endpoint provides market indicators for cryptocurrencies across different time intervals (1d, 1w, 1m). Indicators include technical analysis tools (MA, EMA, RSI, etc.) and crypto fundamentals (Market Cap, FDV, etc.).
Supported Indicators
- MARKET_CAP: Market capitalization
- FDV: Fully Diluted Valuation
- PRICE_CHANGE:
PRICE_CHANGE_1d,PRICE_CHANGE_1w,PRICE_CHANGE_1M,PRICE_CHANGE_3M,PRICE_CHANGE_6M,PRICE_CHANGE_ytd,PRICE_CHANGE_1y,PRICE_CHANGE_3y,PRICE_CHANGE_5y - MA:
MA_5,MA_10,MA_20,MA_60,MA_120,MA_200 - EMA:
EMA_5,EMA_10,EMA_20,EMA_60,EMA_120,EMA_200 - RSI:
RSI_14 - MACD:
MACD_12,26,9 - BOLLINGER:
BOLLINGER_20,2 - BETA:
BETA(default period isBTC_365; interval must be1d) - VOLATILITY:
VOLATILITY_20,VOLATILITY_60,VOLATILITY_90
Validation Rules
- Required Parameters: interval, indicator, start_time, end_time.
- Interval: Must be one of
1d,1w,1m. - Time Range:
start_timemust be less thanend_time.
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Time interval
1d, 1w, 1m Indicator type (e.g., MA_20, PRICE_CHANGE_1d, MARKET_CAP, FDV)
Token symbol (optional, e.g., BTC, ETH, SOL)
Start time (Unix timestamp in seconds)
End time (Unix timestamp in seconds)

