Check futures grid reduce (dry-run)
pionex_bot_reduce_futures_grid_checkRun a dry-run check for futures grid reduction: validate parameters and preview the estimated impact before executing the reduce order.
Instructions
Check futures grid reduce (dry-run)
Validate reduce parameters and return estimated data without executing. Use this before calling reduce to preview the impact. Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slippage | No | Reduction slippage | |
| buOrderId | Yes | Bot order ID | |
| condition | No | Trigger reduction price (must be > 0) | |
| openPrice | Yes | Current price | |
| reduceNum | Yes | Reduction amount: order precision * reduceNum | |
| conditionDirection | No | Trigger direction: "1" (above current) or "-1" (below current) |