placeLimitOrder
Place a limit order on prediction markets with specified price, size, and side. Supports Good-Till-Cancelled and Good-Till-Date order types.
Instructions
Place a limit order (Good Till Cancelled / Good Till Date)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Order side - BUY or SELL | |
| size | Yes | Size in shares to trade | |
| price | Yes | Price per share (between 0 and 1) | |
| outcome | No | Market outcome to bet on - YES or NO (required if using marketSlug) | |
| tokenID | No | Direct token ID for the market outcome (alternative to marketSlug+outcome) | |
| tickSize | No | Tick size for the market (auto-detected if using marketSlug) | |
| orderType | Yes | Order type - GTC (Good Till Cancelled) or GTD (Good Till Date) | |
| marketSlug | No | Market slug from the URL (e.g., 'fordow-nuclear-facility-destroyed-before-july'). Either marketSlug+outcome OR tokenID must be provided | |
| expirationMinutes | No | Expiration time in minutes (only for GTD orders) |