GET
/
events
/
{event_ticker}
Get Event
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/events/{event_ticker}
{
  "event": {
    "available_on_brokers": true,
    "category": "<string>",
    "collateral_return_type": "<string>",
    "event_ticker": "<string>",
    "markets": [
      {
        "ticker": "<string>",
        "event_ticker": "<string>",
        "market_type": "<string>",
        "title": "<string>",
        "subtitle": "<string>",
        "yes_sub_title": "<string>",
        "no_sub_title": "<string>",
        "open_time": "2023-11-07T05:31:56Z",
        "close_time": "2023-11-07T05:31:56Z",
        "expiration_time": "2023-11-07T05:31:56Z",
        "latest_expiration_time": "2023-11-07T05:31:56Z",
        "settlement_timer_seconds": 123,
        "status": "<string>",
        "response_price_units": "<string>",
        "notional_value": 123,
        "notional_value_dollars": "0.2300",
        "tick_size": 123,
        "yes_bid": 123,
        "yes_bid_dollars": "0.2300",
        "yes_ask": 123,
        "yes_ask_dollars": "0.2300",
        "no_bid": 123,
        "no_bid_dollars": "0.2300",
        "no_ask": 123,
        "no_ask_dollars": "0.2300",
        "last_price": 123,
        "last_price_dollars": "0.2300",
        "previous_yes_bid": 123,
        "previous_yes_bid_dollars": "0.2300",
        "previous_yes_ask": 123,
        "previous_yes_ask_dollars": "0.2300",
        "previous_price": 123,
        "previous_price_dollars": "0.2300",
        "volume": 123,
        "volume_24h": 123,
        "liquidity": 123,
        "liquidity_dollars": "0.2300",
        "open_interest": 123,
        "result": "<string>",
        "can_close_early": true,
        "expiration_value": "<string>",
        "category": "<string>",
        "risk_limit_cents": 123,
        "rules_primary": "<string>",
        "rules_secondary": "<string>",
        "settlement_value": 123,
        "settlement_value_dollars": "0.2300"
      }
    ],
    "mutually_exclusive": true,
    "price_level_structure": "<string>",
    "series_ticker": "<string>",
    "strike_date": "<any>",
    "strike_period": "<string>",
    "sub_title": "<string>",
    "title": "<string>"
  },
  "markets": [
    {
      "ticker": "<string>",
      "event_ticker": "<string>",
      "market_type": "<string>",
      "title": "<string>",
      "subtitle": "<string>",
      "yes_sub_title": "<string>",
      "no_sub_title": "<string>",
      "open_time": "2023-11-07T05:31:56Z",
      "close_time": "2023-11-07T05:31:56Z",
      "expiration_time": "2023-11-07T05:31:56Z",
      "latest_expiration_time": "2023-11-07T05:31:56Z",
      "settlement_timer_seconds": 123,
      "status": "<string>",
      "response_price_units": "<string>",
      "notional_value": 123,
      "notional_value_dollars": "0.2300",
      "tick_size": 123,
      "yes_bid": 123,
      "yes_bid_dollars": "0.2300",
      "yes_ask": 123,
      "yes_ask_dollars": "0.2300",
      "no_bid": 123,
      "no_bid_dollars": "0.2300",
      "no_ask": 123,
      "no_ask_dollars": "0.2300",
      "last_price": 123,
      "last_price_dollars": "0.2300",
      "previous_yes_bid": 123,
      "previous_yes_bid_dollars": "0.2300",
      "previous_yes_ask": 123,
      "previous_yes_ask_dollars": "0.2300",
      "previous_price": 123,
      "previous_price_dollars": "0.2300",
      "volume": 123,
      "volume_24h": 123,
      "liquidity": 123,
      "liquidity_dollars": "0.2300",
      "open_interest": 123,
      "result": "<string>",
      "can_close_early": true,
      "expiration_value": "<string>",
      "category": "<string>",
      "risk_limit_cents": 123,
      "rules_primary": "<string>",
      "rules_secondary": "<string>",
      "settlement_value": 123,
      "settlement_value_dollars": "0.2300"
    }
  ]
}

Path Parameters

event_ticker
string
required

Event ticker

Query Parameters

with_nested_markets
boolean

If true, markets are included within the event object. If false (default), markets are returned as a separate top-level field in the response.

Response

200 - application/json

The response is of type object.