Check futures grid pause (dry-run)
pionex_bot_pause_futures_grid_checkValidate whether a futures grid order can be paused in immediate or conditional mode; returns current and post-trigger estimated liquidation prices without executing.
Instructions
Check futures grid pause (dry-run)
Validate whether a futures grid order can be paused (immediate or conditional mode)
and return current plus post-trigger estimated liquidation prices without executing.
Does not accept openPrice; the backend uses the live market price.
triggerPausePriceUp / triggerPausePriceDown are independent — set either or both.
Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Pause mode: `immediate` = pause now; `conditional` = pause on trigger price | |
| buOrderId | Yes | Bot order ID | |
| triggerPausePriceUp | No | Upward trigger price (when mode=conditional). Optional; set either direction or both. | |
| triggerPausePriceDown | No | Downward trigger price (when mode=conditional). Optional. |