Get all events. This endpoint excludes multivariate events. To retrieve multivariate events, use the GET /events/multivariate endpoint.
- 服务商
- Kalshi(预测市场)
- 输入摘要
- {"name":"limit","type":"integer","required":false,"description":"Parameter to specify the number of results per page. Defaults to 200. Maximum value is 200."}, {"name":"cursor","type":"string","required":false,"description":"Parameter to specify the pagination cursor. Use the cursor value returned from the previous response to get the next page of results. Leave empty for the first page."}, {"name":"include_markets","type":"boolean","required":false,"description":"Parameter to specify if nested markets should be included in the response. When true, each event will include a 'markets' field containing a list of Market object..., {"name":"include_milestones","type":"boolean","required":false,"description":"If true, includes related milestones as a field alongside events."}, {"name":"event_status","type":"string","required":false,"description":"Filter by event status. Possible values are 'open', 'closed', 'settled'. Leave empty to return events with any status.","enum":["open","closed","settled"]}, {"name":"series_ticker","type":"string","required":false,"description":"Filter by series ticker"}, {"name":"min_close_ts","type":"integer","required":false,"description":"Filter events with at least one market with close timestamp greater than this Unix timestamp (in seconds)."}
- 输出摘要
- 暂无公开信息
- 计费规则
- 1
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息