Place a market or limit order.
Market orders are executed immediately against the CLOB midpoint via the main trading engine (book walking, slippage protection).
Limit orders are queued as PendingOrder rows and filled by the background matching engine when the price condition is met.
Polymarket condition_id
256BUY, SELL Outcome label, e.g., Yes or No
200Number of shares as decimal string, e.g. '10.5'
Order type
market, limit Limit price as decimal string (0.01-0.99), required for limit orders
GTC = Good-Til-Cancel, IOC = Immediate-or-Cancel
GTC, IOC Idempotency key
256Max slippage for market orders (basis points)
0 <= x <= 10000Successful Response