place_limit_order
Place a limit order on a Polymarket paper-trading account, keeping it open until filled, cancelled, or set to expire at a specific time.
Instructions
Place a limit order that stays open until filled or cancelled/expired.
side: "buy" or "sell" limit_price: target price between 0 and 1 order_type: "gtc" (stays open until cancelled) or "gtd" (expires at timestamp) expires_at: ISO timestamp for GTD orders (required if order_type="gtd")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| amount | Yes | ||
| account | No | default | |
| outcome | Yes | ||
| expires_at | No | ||
| order_type | No | gtc | |
| slug_or_id | Yes | ||
| limit_price | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |