Cancel spot grid order
pionex_bot_cancel_spot_grid_orderCancel and close a spot grid bot order using its bot order ID, with optional close-sell mode and slippage settings to exit positions.
Instructions
Cancel spot grid order
Close and cancel a spot grid bot order. Weight: 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slippage | No | Close position slippage (e.g. "0.01" = 1%) | |
| buOrderId | Yes | Bot order ID | |
| closeSellModel | No | Close sell mode set at creation: `NOT_SELL` - Keep base+quote as-is (default), `TO_QUOTE` - Sell base to quote on close, `TO_USDT` - Sell base to USDT on close |