curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/multivariate_event_collections/{collection_ticker}{
"multivariate_contract": {
"collection_ticker": "<string>",
"series_ticker": "<string>",
"title": "<string>",
"description": "<string>",
"open_date": "2023-11-07T05:31:56Z",
"close_date": "2023-11-07T05:31:56Z",
"associated_events": [
{
"ticker": "<string>",
"is_yes_only": true,
"active_quoters": [
"<string>"
],
"size_max": 123,
"size_min": 123
}
],
"associated_event_tickers": [
"<string>"
],
"is_ordered": true,
"is_single_market_per_event": true,
"is_all_yes": true,
"size_min": 123,
"size_max": 123,
"functional_description": "<string>"
}
}Endpoint for getting data about a multivariate event collection by its ticker.
curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/multivariate_event_collections/{collection_ticker}{
"multivariate_contract": {
"collection_ticker": "<string>",
"series_ticker": "<string>",
"title": "<string>",
"description": "<string>",
"open_date": "2023-11-07T05:31:56Z",
"close_date": "2023-11-07T05:31:56Z",
"associated_events": [
{
"ticker": "<string>",
"is_yes_only": true,
"active_quoters": [
"<string>"
],
"size_max": 123,
"size_min": 123
}
],
"associated_event_tickers": [
"<string>"
],
"is_ordered": true,
"is_single_market_per_event": true,
"is_all_yes": true,
"size_min": 123,
"size_max": 123,
"functional_description": "<string>"
}
}Collection ticker
Collection retrieved successfully
The multivariate event collection.
Show child attributes
Unique identifier for the collection.
Series associated with the collection. Events produced in the collection will be associated with this series.
Title of the collection.
Short description of the collection.
The open date of the collection. Before this time, the collection cannot be interacted with.
The close date of the collection. After this time, the collection cannot be interacted with.
List of events with their individual configuration.
Show child attributes
The event ticker.
Whether only the 'yes' side can be used for this event.
List of active quoters for this event.
Maximum number of markets from this event (inclusive). Null means no limit.
Minimum number of markets from this event (inclusive). Null means no limit.
[DEPRECATED - Use associated_events instead] A list of events associated with the collection. Markets in these events can be passed as inputs to the Lookup and Create endpoints.
Whether the collection is ordered. If true, the order of markets passed into Lookup/Create affects the output. If false, the order does not matter.
[DEPRECATED - Use associated_events instead] Whether the collection accepts multiple markets from the same event passed into Lookup/Create.
[DEPRECATED - Use associated_events instead] Whether the collection requires that only the market side of 'yes' may be used.
The minimum number of markets that must be passed into Lookup/Create (inclusive).
The maximum number of markets that must be passed into Lookup/Create (inclusive).
A functional description of the collection describing how inputs affect the output.