Documentation Index
Fetch the complete documentation index at: https://pmxt-feat-series-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1. Get an API key
Go to pmxt.dev/dashboard and create a key. It starts withpmxt_live_ and works immediately.
2. Query a venue
Pick a venue and start pulling data. The SDK gives you a unified interface — same methods, same response shape, regardless of which venue you’re talking to.- Python
- TypeScript
pmxt.Kalshi(...), pmxt.Limitless(...),
etc. The methods and response shapes are identical.
3. Search across every venue
The Router is PMXT’s cross-venue search layer — and the foundation for a full smart order router for prediction markets. One query fans out across every venue PMXT ingests and returns ranked, unified results.marketId, title, outcomes shape whether the row came from
Polymarket, Kalshi, Limitless, or anywhere else. Filter by venue with
&exchange=kalshi, by category with &category=Politics, or just
search everything.
The Router is also available as an SDK class —
pmxt.Router(...) in
Python and new pmxt.Router(...) in TypeScript. Beyond search, it
supports cross-venue matching and
price comparison.4. Go further
Router
/v0/events and /v0/markets — cross-venue search and the
beginning of a smart order router for prediction markets.Full venue API
Order books, trades, OHLCV, positions, balances, and trading — all
via
POST /api/:exchange/:method.Unified schema
Event / Market / Outcome — the shape that works everywhere.Supported venues
Every venue PMXT speaks, and what each supports.

