Add margin to futures grid order
pionex_bot_add_margin_futures_gridAdd margin to a futures grid order to adjust available balance and liquidation price. Transfers specified coin amount asynchronously.
Instructions
Add margin to futures grid order
Transfer margin into a futures grid order. Runs the same validation as addMarginCheck,
then executes asynchronously. Directly affects available balance and the order's
liquidation price — 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 |