/api/v1/marketsGETak_ prefix), sent as a Bearer token or an ?api_key= query parameter. Each endpoint requires the read scope for its resource (e.g. org:rates:read for rates). Token in: headerunknown, active, closed, resolved, expired. The live list is also served by the snapshot meta endpoint.2026-senate.falsefalse"desc"1100Max: 500<platform>:<venue ticker> (for example kalshi:SENATEPA-26-R). This is the id every other endpoint accepts, so use it rather than ticker when looking a market up.<platform>: prefix. Not guaranteed unique across venues, so use market_id as the lookup key and display_ticker as the human-readable label.kalshi or polymarket. It is also the prefix of market_id, and it determines what the volume and open interest figures are counted in (see the companion volume_unit, volume_24h_unit, and open_interest_unit fields).volume_unit.volume. See QuantityUnit.volume_24h_unit.volume_24h. See QuantityUnit.open_interest_unit.open_interest. See QuantityUnit.active (trading), closed (trading has ended, outcome not yet published), resolved (settled with a known outcome), expired (ended long ago and never settled by the venue), or unknown (the venue reported no status we recognize).Politics, Sports, Crypto). Every market under the same event shares it.closed for a while before its outcome is published.per_page. It is at least 1, even when nothing matched.rate_limited. Branch on this to detect a throttled request.rpm for the per-minute cap or daily for the daily one.curl -X GET "https://api.adjacent.markets/api/v1/markets" \ -H "Authorization: Bearer <token>"
{ "data": [ { "market_id": "kalshi:KXNBA-26-SAS", "ticker": "KXNBA-26-SAS", "display_ticker": "KXNBA-26-SAS", "platform": "kalshi", "question": "Will the San Antonio win the 2026 Pro Basketball Finals?", "link": "https://kalshi.com/markets/kxnba/kxnba-26", "probability": 65, "volume": 44526290, "volume_24h": 1157100.4, "open_interest": 21229516, "status": "active", "category": "Sports", "is_constituent": false, "end_date": "2028-06-29T14:00:00Z", "created_at": "2026-06-03T14:46:46.966195Z", "updated_at": "2026-06-03T14:46:46.966195Z" }, { "market_id": "kalshi:KXNBA-26-NYK", "ticker": "KXNBA-26-NYK", "display_ticker": "KXNBA-26-NYK", "platform": "kalshi", "question": "Will the New York win the 2026 Pro Basketball Finals?", "link": "https://kalshi.com/markets/kxnba/kxnba-26", "probability": 37, "volume": 42456692, "volume_24h": 1904408, "open_interest": 24467278, "status": "active", "category": "Sports", "is_constituent": false, "end_date": "2028-06-29T14:00:00Z", "created_at": "2026-06-03T14:41:36.373567Z", "updated_at": "2026-06-03T14:41:36.373567Z" } ], "meta": { "total": 87749, "page": 1, "per_page": 20, "total_pages": 4388, "has_next": true, "has_prev": false } }