Pause futures grid order
pionex_bot_pause_futures_gridPause a running futures grid bot order to stop auto-refilling while retaining the position; choose immediate or conditional trigger modes.
Instructions
Pause futures grid order
Pause a running futures grid order. Runs the same validation as pauseCheck, then
executes asynchronously. Once paused the grid stops auto-refilling orders while the
position is retained; immediate mode takes effect at the live market price.
Does not return a status field (async processing).
Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Pause mode: `immediate` = pause now (backend uses live market price, not client-supplied); `conditional` = pause on trigger price | |
| buOrderId | Yes | Bot order ID | |
| stopLossEnabled | No | Whether to keep stop-loss active while paused | |
| stopProfitEnabled | No | Whether to keep take-profit active while paused | |
| triggerPausePriceUp | No | Upward trigger price. Set either direction or both. | |
| triggerPausePriceDown | No | Downward trigger price. |