Cancel Order
polymarket.trading.cancel_orderCancel an open order on Polymarket by providing the order ID from the open orders list.
Instructions
Cancel an open order on Polymarket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Polymarket order ID to cancel (from open_orders response) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |