Skip to main content
GET
List markets grouped by event

Query Parameters

Search market question, description, ids, polymarket slug, or group title. This is not q.

category
string

Filter by category.

tagSlug
string

Filter markets by tag slug.

subTagSlug
string

Filter by sub-tag slug.

groupId
string

Filter by market group id.

groupSlug
string

Filter by exact market group slug.

groupSlugPrefix
string

Filter by group slug prefix (for example fifa-2026-top32-).

ungrouped
enum<string>

When true or 1, only markets with no groupId.

Available options:
true,
1
betTypeName
string

Filter by sports bet type name (for example moneyline).

status
enum<string>

Market lifecycle status.

Available options:
OPEN,
CLOSED,
RESOLVED,
CANCELLED
clobMarketStatus
enum<string>

On-chain CLOB registration status.

Available options:
PENDING,
REGISTERED,
FAILED
excludeBetTypeFilters
enum<string>

Exclude bet types hidden from sports event lists.

Available options:
true,
1
includeIncomplete
enum<string>

Include markets missing outcome token ids (admin tooling).

Available options:
true,
1
includeArchivedTags
enum<string>

Include markets whose tag is ARCHIVED (admin tooling; hidden from public listings by default).

Available options:
true,
1
page
integer
default:1

Page number. Used with pageSize. Alternative to offset.

Required range: x >= 1
pageSize
integer
default:60

Items per page. Alias of limit when page / pageSize are omitted. Production clamps to 250.

Required range: 1 <= x <= 250
limit
integer
default:60

Page size. Markets and similar list endpoints clamp instead of 400: default 60, maximum 250, non-numeric values fall back to 60, and values below 1 become 1. Order list endpoints validate strictly and do return 400. The response pagination object uses page / pageSize.

Required range: 1 <= x <= 250
offset
integer
default:0

Number of items to skip.

Required range: x >= 0
groupType
string

Restrict to groups of this type (for example SPORTS or CRYPTO).

Response

200 - application/json

Grouped markets returned.

data
object[]
pagination
object