Kalshi Event Search
GET
/gateway/v1/search/kalshi[DEPRECATED] Use `GET /v1/search/prediction-market?platform=kalshi` instead. This endpoint will continue to work but will not receive new features.
---
Searches Kalshi events by keyword and/or category.
Filters: - Keyword matching event title, subtitle, or market title - Category
At least one of `q` or `category` is required. Returns events with nested markets.
Data refresh: ~30 minutes
Query Parameters
qstring
Search keyword matching event title, subtitle, or market title
Example:
bitcoincategoryenum<string>
Filter by category
Available options:
cryptocultureeconomicsfinancialspoliticsstemsportsunknownExample:
cryptostatusenum<string>
Market status filter: `active`, `closed`, `determined`, `disputed`, `finalized`, `inactive`, or `initialized`
Available options:
activecloseddetermineddisputedfinalizedinactiveinitializedExample:
activelimitinteger
Results per page
Example:
20offsetinteger
Pagination offset
Example:
0Kalshi Event Search
OK