Kalshi Event List Paged

View as Markdown

Fetches a page of KalshiEvent entities. Returns a snapshot slice ordered by id; not a stable cursor across pages. Filterable by nameContains, hasKalshiMilestone.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

offsetintegerOptionalDefaults to 0

Number of records to skip. Must be >= 0.

limitintegerOptionalDefaults to 20

Maximum number of records to return. Range 1-100.

nameContainsstringOptional

Optional. Case-insensitive substring match on name - returns only entities whose name contains this value. Omit the parameter, or send it empty, to apply no name filter and return all entities.

hasKalshiMilestonebooleanOptional

Optional. When true, returns only entities that have a kalshiMilestoneId; when false, only those that do not. Omit the parameter, or send it empty, to apply no kalshiMilestoneId filter and return all entities, both those that have one and those that do not.

Response

Paged KalshiEvent
datalist of objectsOptional
paginationobjectOptional