Insights

circle-info

Advanced analytics derived from predictions. Requires Professional or Enterprise plan.

Parameters

All endpoints support:

  • two prediction horizons, controlled by the horizon query parameter: 1h , 24h,

    • default value is 24h, unless for polymarket hourly and 15 minutes insights.

  • the days query parameter to control the meta-leaderboard,

    • default value is 14 for the daily forecast and 6 for the hourly forecast.

  • the limit query parameter to control how many predictions are used to compute the insight,

    • default value is 10.

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

View Volatility Documentation

Trading

Liquidity provision optimization and prediction market comparisons.

Endpoints:

  • /insights/lp-bounds

  • /insights/lp-probabilities

View Trading Documentation

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

View Polymarket Documentation

Options

Theoretical option pricing from Monte Carlo simulations.

Endpoints:

  • /insights/option-pricing

View Options Documentation

Risk Management

Liquidation probabilities and position risk analysis.

Endpoints:

  • /insights/liquidation

View Risk Management Documentation

Quick Example

Last updated