How series work
Each series defines:- Asset — the underlying asset or topic (e.g. BTC, ETH, XAUUSD, EUR/USD).
- Interval — how often a new event is created:
FIFTEEN_MINUTE,HOURLY,SIX_HOURLY, orDAILY. - Category — such as
CRYPTO,CURRENCY, orFINANCE.
Series vs events
| Series | Event | |
|---|---|---|
| What it represents | A recurring template | A single tradeable question |
| Lifespan | Ongoing | Opens → closes → resolves |
| Tradeable? | No — you trade the individual events | Yes |
| Example | ”Bitcoin Hourly Markets" | "Bitcoin Hourly — Apr 4 2pm GMT” |
Available series
| Asset type | category field | Examples |
|---|---|---|
| Crypto | CRYPTO | BTC, ETH, SOL — 15-min, hourly, 6-hourly, and daily intervals |
| Commodities & FX | CURRENCY or FINANCE | Gold (XAUUSD), Silver (XAGUSD), Oil (WTI), EUR/USD, GBP/USD, USD/NGN, USD/JPY, EUR/GBP — hourly |
assetSymbol and intervalType fields to find the series you need rather than relying on category alone.
Browsing series
Use the List series endpoint to get all available series:slug (e.g. crypto-btc-1h) that you use to fetch its recent events:
seriesSlug to get full event details for a specific series:
Event lifecycle within a series
Events in a series follow the standard event lifecycle:- Open — the event is created and trading begins.
- Closed — trading stops (e.g. at the end of the hourly window).
- Resolved — the outcome is determined based on the real-world result.