For the complete documentation index, see llms.txt. This page is also available as Markdown.

Insights

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

Parameters

All endpoints support:

  • asset query parameter: BTC, ETH, XAU, SOL, SPY, NVDA, GOOGL, TSLA, AAPL, XRP, HYPE, WTIOIL

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

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

  • REST endpoint also support a start_time query 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

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

Limitless

Compare Synth predictions against Limitless prices.

Endpoints:

  • /insights/limitless/daily

    • assets: BTC, ETH, SOL, XRP, HYPE, XAU

  • /insights/limitless/hourly

    • assets: BTC, ETH, SOL, XAU

  • /insights/limitless/15min

    • assets: BTC, ETH, SOL

View Limitless 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

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