This endpoint retrieves markets that are semantically related to a specified market. It uses advanced vector search technology to find markets with similar topics, questions, or outcomes.
The response includes an array of related markets:
Copy
{ "data": [ { "market_id": "kalshi_KXSECPRESSMENTION-25JUN30-LIE", "platform": "kalshi", "question": "Will the White House Press Secretary say Lie at her next press briefing?", // ... other market fields }, { "market_id": "polymarket_will-biden-say-hoax-during-next-press-conference", "platform": "polymarket", "question": "Will Biden say 'hoax' during next press conference?", // ... other market fields }, // ... more related markets ]}