AI Predictions

Live predict

Independent probability estimate for active markets.

GET /live-predict

Note

Requires a Pro or Enterprise key. See Plans.

Live prediction for active markets. Computes features from accumulated trade data and returns an independent probability estimate that can diverge from the market price.

Parameters

ParameterTypeDefaultDescription
market_idstringRequired. Polymarket condition_id
curl -H "x-api-key: YOUR_KEY" \
  "https://api.scanna.xyz/live-predict?market_id=0x306d10..."

The response includes computed features, market price, model prediction, and the divergence between them.

Note

The live model is trained on time-sliced snapshots of resolved markets. Use /export?sliced=true to access the training data.