Polymarket

Compare Synth predictions against Polymarket prices.

Daily Up/Down

Forecast Horizon: 24h

Endpoint:

GET /insights/polymarket/up-down/daily

Example Request

curl

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

Response:

{
  "slug": "bitcoin-up-or-down-on-february-27",
  "start_price": 66806.69,
  "current_time": "2026-02-27T15:16:37+00:00",
  "current_price": 66102.10,
  "current_outcome": "Down",
  "synth_probability_up": 0.1078,
  "synth_outcome": "Down",
  "polymarket_probability_up": 0.125,
  "polymarket_outcome": "Down",
  "event_start_time": "2026-02-26T17:00:00+00:00",
  "event_end_time": "2026-02-27T17:00:00+00:00",
  "event_creation_time": "2026-02-25T17:09:48+00:00",
  "best_bid_price": 0.12,
  "best_ask_price": 0.13,
  "best_bid_size": 5.0,
  "best_ask_size": 456.0,
  "polymarket_last_trade_time": "2026-02-27T15:14:01+00:00",
  "polymarket_last_trade_price": 0.89,
  "polymarket_last_trade_outcome": "Down"
}

Hourly Up/Down

Forecast Horizon: 1h

Endpoint:

Example Request

curl

Response:

15-Minute Up/Down

Forecast Horizon: 1h

Assets: BTC, ETH, SOL

Endpoint:

Example Request

curl

Response:

Price Range

Forecast Horizon: 24h

Endpoint:

Response:

Example: Find Arbitrage

Last updated