Check futures grid reduce margin (dry-run)
pionex_bot_reduce_margin_futures_grid_checkValidate a futures grid bot reduce-margin amount against the max limit and preview estimated liquidation prices before and after, without executing the change.
Instructions
Check futures grid reduce margin (dry-run)
Validate whether the reduce-margin amount is valid (subject to the maxAmount hard limit)
and return the estimated liquidation prices before and after the change, without executing.
Exceeding maxAmount returns checkResult=false with reason EXCEEDS_MAX_AMOUNT.
Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Margin amount to add / reduce (decimal, serialized as an unquoted number) | |
| buOrderId | Yes | Bot order ID |