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
A series is not tradeable on its own. It groups events so you can browse and follow a specific asset’s recurring markets.
Available series
Use the
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.