i just noticed a market that doesn't have a `title`... curious, when did this get deprecated, and why?
https://api.elections.kalshi.com/trade-api/v2/markets/KXLLM1-26JUL31-MOON
i just noticed a market that doesn't have a `title`... curious, when did this get deprecated, and why?
https://api.elections.kalshi.com/trade-api/v2/markets/KXLLM1-26JUL31-MOON
(the title used to provide a succinct summary of what the market was about, e.g. `"title": "Will the AQI be above 190 on Jul 19, 2026 at 3pm EDT?"`)
(the title used to provide a succinct summary of what the market was about, e.g. `"title": "Will the AQI be above 190 on Jul 19, 2026 at 3pm EDT?"`)
It was deprecated months ago, I think. I also noticed that yesterday.
It was deprecated months ago, I think. I also noticed that yesterday.
I think we are expected to use `yes_sub_title` now.
I think we are expected to use `yes_sub_title` now.
that's unfortuante... yes_sub_title is less useful on its own e.g. `"yes_sub_title": "Above 190"` versus `"title": "Will the AQI be above 190 on Jul 19, 2026 at 3pm EDT?"`
maybe someone had to write these titles manually and they got tired of doing that
that's unfortuante... yes_sub_title is less useful on its own e.g. `"yes_sub_title": "Above 190"` versus `"title": "Will the AQI be above 190 on Jul 19, 2026 at 3pm EDT?"`
maybe someone had to write these titles manually and they got tired of doing that
i think Get Event still has it
https://docs.kalshi.com/api-reference/events/get-event
i think Get Event still has it
https://docs.kalshi.com/api-reference/events/get-event
To your point, <@803069852289073203>, the event has the longer full sentence/question. I think we are just not supposed to expect it to be repeated in the market now.
To your point, <@803069852289073203>, the event has the longer full sentence/question. I think we are just not supposed to expect it to be repeated in the market now.
This bit me yesterday as I had documented in my code that it was deprecated but was still trying to read it.
This bit me yesterday as I had documented in my code that it was deprecated but was still trying to read it.
yeah, i think with the event title you could piece together the meaning in most cases: event.title + market.subtitle
e.g. "Best AI in Jul 2026?" + "Kimi" instead of the canonical title of "Will Kimi be the Best AI in Jul 2026?"
yeah, i think with the event title you could piece together the meaning in most cases: event.title + market.subtitle
e.g. "Best AI in Jul 2026?" + "Kimi" instead of the canonical title of "Will Kimi be the Best AI in Jul 2026?"
I imagine that with having more consumers (e.g., Robin Hood), shorter strings are better, to accommodate whatever interface the user is using. They cannot depend on their interface being the only real consumer.
I imagine that with having more consumers (e.g., Robin Hood), shorter strings are better, to accommodate whatever interface the user is using. They cannot depend on their interface being the only real consumer.
i thought market.title was deprecated?
i thought market.title was deprecated?
i only use market.yes_subtitle
i only use market.yes_subtitle