GET
/
multivariate_event_collections
/
{collection_ticker}
Get Multivariate Event Collection
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>"
  }
}

Path Parameters

collection_ticker
string
required

Collection ticker

Response

200 - application/json

The response is of type object.