PearPear

Cancel Open Order

Cancel a resting trigger.

Cancel a resting trigger with PATCH /triggers/:triggerId/cancel (SDK: sdk.core.triggers.cancel), or cancel every active trigger with PATCH /triggers/cancel-all. Cancelling places no order and does not touch open positions. The cancellation surfaces over the WebSocket as trigger.cancelled.

To cancel a TWAP schedule instead, see Cancel TWAP.