Limitless

Compare Synth predictions against Limitless prices.

Assets: BTC, ETH, SOL

Daily Up/Down

Forecast Horizon: 24h

Endpoint:

GET /insights/limitless/daily

Example Request

curl "https://api.synthdata.co/insights/limitless/daily?asset=BTC" \
  -H "Authorization: Apikey YOUR_API_KEY"

Response:

[
  {
    "slug": "btc-above-dollar7051116-on-mar-20-1000-utc-1773914406897",
    "start_price": 70511.16,
    "current_time": "2026-03-19T16:36:34.334162+00:00",
    "current_price": 69340.04,
    "synth_probability_up": 0.1734,
    "synth_outcome": "Down",
    "market_probability_up": 0.2455,
    "market_outcome": "Down",
    "event_outcome_prices": [0.2455, 0.7545],
    "best_bid_price": 0.216,
    "best_ask_price": 0.275,
    "event_creation_time": "2026-03-19T10:00:06.896000+00:00",
    "event_end_time": "2026-03-20T10:00:00+00:00",
    "forecast_start_time": "2026-03-19T16:09:00+00:00"
  }
]

Hourly Up/Down

Forecast Horizon: 1h

Returns multiple active contracts at different strike prices for the current hour.

Endpoint:

Example Request

Response:

15-Minute Up/Down

Forecast Horizon: 1h

Endpoint:

Example Request

Response:

Example: Find Arbitrage

Last updated