List markets for a page
Market Pages & Navigation
List Markets for a Page
Returns paginated list of markets for a specific market page with filtering and sorting
GET
List markets for a page
The
id parameter can be __home__ to list all markets when Home is not explicitly configured.Supports both offset pagination (page + limit) and cursor pagination (cursor). When cursor is present, offset pagination is ignored.Sorting: prefix field with - for descending (e.g., -updatedAt). Allowed fields: createdAt, updatedAt, deadline, id.Path Parameters
Market page ID
Example:
"123e4567-e89b-12d3-a456-426614174000"
Query Parameters
Response
Markets retrieved successfully