PUT
/
multivariate_event_collections
/
{collection_ticker}
/
lookup
Lookup Tickers For Market In Multivariate Event Collection
curl --request PUT \
  --url https://api.elections.kalshi.com/trade-api/v2/multivariate_event_collections/{collection_ticker}/lookup \
  --header 'Content-Type: application/json' \
  --data '{
  "selected_markets": [
    {
      "event_ticker": "<string>",
      "market_ticker": "<string>",
      "side": "<string>"
    }
  ]
}'
{
  "event_ticker": "<string>",
  "market_ticker": "<string>"
}

Path Parameters

collection_ticker
string
required

Collection ticker

Body

application/json

Response

200 - application/json

The response is of type object.