GET /api/markets - Retrieve a paginated list of venue markets across all platforms
Use your API key as a Bearer token. Example: Authorization: Bearer mk_live_...
Filter markets by trading venue.
kalshi, polymarket Filter markets by their current status.
active, closed, resolved Minimum total trading volume. Only return markets with volume greater than or equal to this value.
x >= 010000
Minimum liquidity. Only return markets with liquidity greater than or equal to this value.
x >= 05000
Cursor for pagination. Pass the next_cursor value from a previous response to get the next page.
Maximum number of markets to return per page.
1 <= x <= 200A paginated list of venue markets.