List fast-resolving markets, optionally filtered by asset and time window.
Parameters:
- asset: Crypto ticker to filter by (BTC, ETH, SOL, XRP, DOGE, ...).
Maps to a title search — e.g. asset=BTC searches for "Bitcoin".
- window: Duration bucket (5m, 15m, 1h, 4h, daily). Matches Polymarket's
standard crypto speed-trading tiers.
- venue: Filter by venue ('polymarket', 'kalshi', 'sim').
- limit: Max markets to return (default 50).
- sort: 'volume' to sort by 24h volume, 'resolves_at' for pure chronological.
- market_status: 'live' (trading now), 'upcoming' (not yet live), or omit for all.
With 'upcoming', results are sorted by resolves_at ASC (no live-first priority).
Equivalent to GET /api/sdk/markets?tags=fast[,fast-<window>]&q=<asset_name>
GET
/
api
/
sdk
/
fast-markets
Fast Markets
curl --request GET \ --url https://api.simmer.markets/api/sdk/fast-markets