Insights
Advanced analytics derived from predictions. Requires Professional or Enterprise plan.
Parameters
All endpoints support:
assetquery parameter: BTC, ETH, XAU, SOL, SPY, NVDA, GOOGL, TSLA, AAPL, XRP, HYPE, WTIOILtwo prediction horizons, controlled by the
horizonquery parameter:1h,24h,default value is 24h, unless for polymarket hourly and 15 minutes insights.
REST endpoint also support a
start_timequery parameter to fetch historical insights
REST and Websocket API
All endpoints are available via the REST API (https://api.synthdata.co) and the Websocket API (wss://api.synthdata.co/ws).
Insights
Volatility
Forecast and realized volatility metrics.
Endpoints:
/insights/volatility/insights/prediction-percentiles
Trading
Liquidity provision optimization and prediction market comparisons.
Endpoints:
/insights/lp-bounds/insights/lp-probabilities
Polymarket
Compare Synth predictions against Polymarket prices.
Endpoints:
/insights/polymarket/up-down/daily/insights/polymarket/up-down/hourly/insights/polymarket/up-down/15min/insights/polymarket/range
Limitless
Compare Synth predictions against Limitless prices.
Endpoints:
/insights/limitless/dailyassets:
BTC,ETH,SOL,XRP,HYPE,XAU
/insights/limitless/hourlyassets:
BTC,ETH,SOL,XAU
/insights/limitless/15minassets:
BTC,ETH,SOL
Options
Theoretical option pricing from Monte Carlo simulations.
Endpoints:
/insights/option-pricing
Risk Management
Liquidation probabilities and position risk analysis.
Endpoints:
/insights/liquidation
View Risk Management Documentation
Historical Insights
Accessing the historical data can be usefull to backtest strategies. Specify the start_time parameter on the REST API Insights endpoints:
Quick Example
Last updated