/api/v1/markets/{id}/similarGETak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. Token in: header0.38Min: 0Max: 1kalshi, polymarket, polymarket-us, or gemini).1Min: 1100Min: 1Max: 500total and total_pages reflect the server's counting ceiling rather than the exact matched count: the real set is at least total large. Render such totals as a lower bound (for example "10,000+"). Omitted when the count is exact. A sorted markets search that fills the 10,000-candidate ceiling sets this flag.rate_limited. Branch on this to detect a throttled request.rpm for the per-minute cap, daily for the daily one, or concurrency for the cap on requests running at the same time.curl -X GET "https://api.adjacent.markets/api/v1/markets/<id>/similar" \ -H "Authorization: Bearer <token>"
{ "data": [ { "market_id": "kalshi:KXNBA-26-NYK", "similarity": 0.91, "platform": "kalshi", "question": "Will the New York win the 2026 Pro Basketball Finals?" }, { "market_id": "kalshi:KXNBA-26-BOS", "similarity": 0.88, "platform": "kalshi", "question": "Will the Boston win the 2026 Pro Basketball Finals?" } ], "meta": { "total": 2, "page": 1, "per_page": 20, "total_pages": 1, "has_next": false, "has_prev": false } }