Kalshi Cancel Order logo

Catalog action Utility kalshi

Cancel an existing resting order on Kalshi. Returns the cancelled order object with updated status. Requires the order ID of a resting order. Ideal for: order management, risk control, automated position adjustment, stop-loss workflows.

At a Glance

FieldValue
Action IDkalshi-cancel-order
CategoryUtility
Connectorkalshi
Requires gasNo
Funds movementNone declared
Tagskalshi, prediction-market, trading, order, write

Payload Schema

FieldTypeRequiredDescription
orderIdstringYesThe ID of the order to cancel

Result Schema

FieldTypeRequiredDescription
orderobjectYesThe cancelled order object

Examples

json
{ "type": "kalshi-cancel-order", "payload": { "orderId": "example-orderId" }, "children": [], "connector": { "type": "kalshi", "id": "conn_kalshi" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.