GET
/
multivariate_event_collections
/
{collection_ticker}
/
lookup
Get Multivariate Event Collection Lookup History
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/multivariate_event_collections/{collection_ticker}/lookup
{
  "lookup_points": [
    {
      "event_ticker": "<string>",
      "last_queried_ts": "2023-11-07T05:31:56Z",
      "market_ticker": "<string>",
      "selected_markets": [
        {
          "event_ticker": "<string>",
          "market_ticker": "<string>",
          "side": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

collection_ticker
string
required

Collection ticker

Response

200 - application/json

The response is of type object.