Trades & volume as of June 2026.
Practice on live Polymarket markets with a $1,000 paper balance. No wallet, no KYC.
Build on a CLOB-compatible REST + WebSocket API. Closed beta, live today.
Team, traction, and roadmap. Founded November 2025 at TU Munich.
Not a curated demo of five examples. Every market the poller tracks, with real Polymarket order books and live pricing.




Ship and validate a strategy in simulation before it ever touches real funds. CLOB-compatible endpoints, simulated fills against live Polymarket odds.
# Place a paper order — simulated fills against live Polymarket odds curl -X POST https://api.polysimulator.com/v1/orders \ -H "Authorization: Bearer $PS_API_KEY" \ -d '{ "market": "btc-usd-5m-updown", "side": "BUY", "outcome": "UP", "type": "MARKET", "size": 100 }' # Stream live prices & simulated fills over WebSocket wscat -c wss://api.polysimulator.com/v1/stream
Founded November 2025 at the Technical University of Munich. While most tools show a handful of example markets, PolySimulator runs live markets and a real API today — paper execution against real Polymarket order books, with a CLOB-compatible interface developers can call now.