Kalshi Get Event logo

Catalog action Utility

Get a Kalshi event with its nested markets by event ticker. Returns event metadata and optionally all markets within the event including pricing and volume. Ideal for: event analysis, tracking multi-market events, portfolio overview, research.

At a Glance

FieldValue
Action IDkalshi-get-event
CategoryUtility
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagskalshi, prediction-market, market-data, read

Payload Schema

FieldTypeRequiredDescription
eventTickerstringYesThe event ticker to look up (e.g., 'KXBTC-25MAR14')
withNestedMarketsbooleanNoInclude nested markets in the response (default: true)

Result Schema

FieldTypeRequiredDescription
event_tickerstringNoEvent ticker
series_tickerstringNoSeries ticker
titlestringNoEvent title
sub_titlestringNoEvent subtitle
categorystringNoEvent category
mutually_exclusivebooleanNoWhether markets in this event are mutually exclusive
strike_datestring | nullNoStrike date
strike_periodstring | nullNoStrike period
marketsarrayNoNested markets for this event (included when withNestedMarkets is true)
marketCountnumberNoNumber of markets in this event

Examples

json
{ "type": "kalshi-get-event", "payload": { "eventTicker": "example-eventTicker" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.