秋田预测市场 · Discord 审计

market.title字段弃用后开发者需适应yes_sub_title

2026-07-18 · Kalshi · 12 条相关讨论

weathermonkey 2026-07-18 01:00:23

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

weathermonkey 2026-07-18 01:01:19

(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?"`)

Bumbling Bayesian 2026-07-18 01:04:03

It was deprecated months ago, I think. I also noticed that yesterday.

It was deprecated months ago, I think. I also noticed that yesterday.

Bumbling Bayesian 2026-07-18 01:04:45

I think we are expected to use `yes_sub_title` now.

I think we are expected to use `yes_sub_title` now.

weathermonkey 2026-07-18 01:28:48

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

betaclone 2026-07-18 01:32:45

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

Bumbling Bayesian 2026-07-18 01:35:41

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.

Bumbling Bayesian 2026-07-18 01:36:17

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.

weathermonkey 2026-07-18 01:41:16

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?"

Bumbling Bayesian 2026-07-18 01:44:23

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.

yardboy27 2026-07-18 03:20:42

i thought market.title was deprecated?

i thought market.title was deprecated?

yardboy27 2026-07-18 03:20:51

i only use market.yes_subtitle

i only use market.yes_subtitle