Skip to main content

Execution Feed

Receives automatic fill notifications when your limit orders are matched. No subscription required — all your executions are streamed automatically.

Connection


Messages

Order Filled

This is the polysim-native fill frame. If you run a Polymarket-ported bot, the same fills also surface as PM-shape trade frames on the /ws/user channel — see PM-compat WebSocket. Use whichever matches your existing event handlers; don’t subscribe to both for the same fills.

Example: Limit Order + Fill Listener

Use client_order_id to correlate fill events with your original orders. This is especially useful when you have multiple limit orders pending.

Next Steps