place_order
Place limit orders on Polymarket prediction markets, with manual approval or automatic execution within risk limits.
Instructions
Place a limit order on a market.
In confirm mode (default): returns a pending decision for your approval. In autonomous mode: executes immediately if within risk limits.
Args: condition_id: Market condition ID side: "YES" to buy YES shares, "NO" to buy NO shares price: Limit price (0.01 – 0.99) size_usdc: Position size in USDC order_type: "GTC" (Good Till Cancel) or "FOK" (Fill or Kill)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| price | Yes | ||
| size_usdc | Yes | ||
| order_type | No | GTC | |
| condition_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |