curl --request GET \
--url https://api.elections.kalshi.com/trade-api/v2/multivariate_event_collections/{collection_ticker}
{
"multivariate_contract": {
"associated_event_tickers": [
"<string>"
],
"close_date": "2023-11-07T05:31:56Z",
"collection_ticker": "<string>",
"description": "<string>",
"functional_description": "<string>",
"is_all_yes": true,
"is_ordered": true,
"is_single_market_per_event": true,
"open_date": "2023-11-07T05:31:56Z",
"series_ticker": "<string>",
"size_max": 123,
"size_min": 123,
"title": "<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": {
"associated_event_tickers": [
"<string>"
],
"close_date": "2023-11-07T05:31:56Z",
"collection_ticker": "<string>",
"description": "<string>",
"functional_description": "<string>",
"is_all_yes": true,
"is_ordered": true,
"is_single_market_per_event": true,
"open_date": "2023-11-07T05:31:56Z",
"series_ticker": "<string>",
"size_max": 123,
"size_min": 123,
"title": "<string>"
}
}
Collection ticker
The response is of type object
.