Reduce margin of futures grid order
pionex_bot_reduce_margin_futures_gridReduce margin on a Pionex futures grid bot order by transferring funds out, which lowers available margin and increases liquidation risk; validates amount before async execution.
Instructions
Reduce margin of futures grid order
Transfer margin out of a futures grid order. Runs the same validation as
reduceMarginCheck (including the maxAmount check), then executes asynchronously.
Directly reduces the order's available margin and raises liquidation risk — a funds
operation, call with care.
Does not return a status field (async processing).
Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | Transfer currency | |
| amount | Yes | Margin amount to add / reduce (decimal) | |
| buOrderId | Yes | Bot order ID |