Skip to content
Release noteMay 7, 2026

Market Intel rejects prefixed market IDs with a clearer error.

ImprovedPlatform
GET /api/v1/market/{condition_id}/intel
400bad_request
id: "mkt_1a2b3c…" /* prefixed */
GET/api/v1/markets/search
200condition_id: "0xabc…"
Search first · pass raw condition_id

`GET /api/v1/market/{condition_id}/intel` now returns a clearer `400 bad_request` when callers pass a prefixed `market.id` value such as `mkt_…` instead of the raw `condition_id`. Call `GET /api/v1/markets/search` first, then pass the returned `condition_id` into the Market Intel path. Details at docs.0xinsider.com/changelog.