place_order
Place a limit order on prediction markets. Returns a dry-run preview by default; enable real trading with private key and dry-run off. Price set as implied probability.
Instructions
Place a limit order. DRY-RUN by default: returns the order it would post. Real trading needs ODDSRAIL_DRY_RUN=0 and POLYMARKET_PRIVATE_KEY. The operator's builder code is signed into the order. Price = implied probability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| size | Yes | ||
| price | Yes | ||
| token_id | Yes | ||
| order_type | No | GTC |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |