v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-015486519.4 KB
Markets

Search markets

Search prediction markets by keyword. Returns representative market matches with status, category, and platform metadata. Cursor pagination advances over grouped market results rather than raw sub-market rows.

get/api/v1/markets/search

Query parameters

qstring required

Search query. Must be 1-512 characters before whitespace trimming and non-empty after trimming.

limitinteger
cursorstring

Pagination cursor from previous response's next_cursor.

status'active' | 'closed' | 'all'

Filter by market status.

categorystring

Filter by category.

Response

Search results

object'list' required
has_moreboolean required
next_cursorstring nullable
totalinteger nullable

Total matching rows when the read model exposes a count; absent (or null) when it does not.