mb_cancel_order
Cancel a specific open order on Mercado Bitcoin. Preview the cancellation first, then confirm to execute.
Instructions
Cancel a specific open order. Requires confirmation. Call with confirm=false first to preview, then confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g. BTC-BRL | |
| confirm | No | Set true to execute after preview | |
| orderId | Yes | Order ID to cancel | |
| accountId | Yes | Account ID |