/api/v1/news/{id}/marketsGETak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. Token in: header0.38Min: 0Max: 11Min: 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.curl -X GET "https://api.adjacent.markets/api/v1/news/<id>/markets" \ -H "Authorization: Bearer <token>"
{ "data": [ { "market_id": "kalshi:SENATEPA-26-R", "similarity": 0.89, "name": "Will a Republican win the 2026 Pennsylvania U.S. Senate election?", "platform": "kalshi" }, { "market_id": "kalshi:GOVPA-26-R", "similarity": 0.76, "name": "Will a Republican win the 2026 Pennsylvania Governor election?", "platform": "kalshi" } ], "meta": { "total": 2, "page": 1, "per_page": 20, "total_pages": 1, "has_next": false, "has_prev": false } }