Skip to main content

Properties

NameTypeDescriptionNotes
event_tickerstrUnique identifier for this event.
series_tickerstrUnique identifier for the series this event belongs to.
sub_titlestrShortened descriptive title for the event.
titlestrFull title of the event.
collateral_return_typestrSpecifies how collateral is returned when markets settle (e.g., ‘binary’ for standard yes/no markets).
mutually_exclusiveboolIf true, only one market in this event can resolve to ‘yes’. If false, multiple markets can resolve to ‘yes’.
categorystrEvent category (deprecated, use series-level category instead).
strike_datedatetimeThe specific date this event is based on. Only filled when the event uses a date strike (mutually exclusive with strike_period).[optional]
strike_periodstrThe time period this event covers (e.g., ‘week’, ‘month’). Only filled when the event uses a period strike (mutually exclusive with strike_date).[optional]
marketsList[Market]Array of markets associated with this event. Only populated when ‘with_nested_markets=true’ is specified in the request.[optional]
available_on_brokersboolWhether this event is available to trade on brokers.
product_metadataobjectAdditional metadata for the event.