polymarket_place_market_order
Instantly buy or sell Polymarket prediction shares at market price using a market order. Select fill-or-kill for full execution or fill-and-kill to allow partial fills.
Instructions
Place a market order on Polymarket for immediate execution.
CAUTION: This executes a REAL trade with REAL funds at market price!
Parameters:
token_id: The token to trade
side: "BUY" or "SELL"
amount: For BUY — USD amount to spend. For SELL — number of shares to sell.
order_type: "FOK" (Fill or Kill, default) or "FAK" (Fill and Kill — allows partial fills)
Examples:
BUY $10 worth of Yes tokens: side="BUY", amount="10"
SELL 5 shares at market: side="SELL", amount="5"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| amount | Yes | ||
| token_id | Yes | ||
| order_type | No | FOK |