placeMarketOrder
Execute Fill or Kill / Fill and Kill market orders on Polymarket prediction markets by specifying amount, side, and order type.
Instructions
Place a market order (Fill or Kill / Fill and Kill)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Order side - BUY or SELL | |
| amount | Yes | Amount in USD to trade | |
| 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 - FOK (Fill or Kill) or FAK (Fill and Kill) | |
| marketSlug | No | Market slug from the URL (e.g., 'fordow-nuclear-facility-destroyed-before-july'). Either marketSlug+outcome OR tokenID must be provided |