CLOB-compatible order endpoint.
Accepts orders using the same schema as Polymarket’s real CLOB API (token_id + price + size), enabling one-URL-swap migration to live.
Under the hood, resolves token_id → (condition_id, outcome) from the Redis price cache, then delegates to the main trading engine.
Your PolySimulator API key
CLOB-compatible order request using token_id instead of condition_id.
Mirrors the real Polymarket CLOB API POST /order schema so clients can switch to live trading with a single URL change.
CLOB token ID
BUY, SELL Limit price as decimal string (0.01-0.99)
Number of shares as decimal string
GTC, FOK, IOC, GTD Fee rate in basis points (ignored in virtual mode)
x >= 0Optional nonce (ignored in virtual mode)
Optional taker address (ignored in virtual mode)
256Successful Response