cancelOrder
Cancel an existing open order on supported prediction market exchanges like Polymarket and Kalshi. Specify the exchange and order ID to remove an active order.
Instructions
Cancel an existing open order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | The prediction market exchange to target. | |
| orderId | Yes | ||
| credentials | No | Venue credentials (privateKey, apiKey, etc.). Only needed for authenticated operations like trading. | |
| verbose | No | Return full uncompacted response. Default false returns a compact, agent-friendly summary. |