v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215245616.9 KB

Fetch Series

Fetch the recurring series (fourth tier above Event -> Market -> Outcome) that this venue exposes. Returns an empty array on venues without a series concept (Limitless, Smarkets, Probable, Metaculus, Baozi, Hyperliquid, SuiBets, Polymarket US). - params.id -> a single matching series with its events populated where supported. - no params -> the full list, typically without nested events for payload size.

get/api/{exchange}/fetchSeries

Path parameters

exchange'polymarket' | 'kalshi' | 'kalshi-demo' | 'limitless' | 'probable' | 'baozi' | 'myriad' | 'opinion' | 'metaculus' | 'smarkets' | 'polymarket_us' | 'gemini-titan' | 'hyperliquid' | 'suibets' | 'rain' | 'hunch' | 'router' required

The prediction market exchange to target.

Response

Fetch Series response

successboolean

Example response

{
  "success": true
}