binance_cancel_convert_limit_order
Cancel a resting Binance convert limit order by order ID. Use when an order no longer reflects your plan, before it triggers.
Instructions
Cancel a resting convert limit order.
Calls POST /sapi/v1/convert/limit/cancelOrder (SIGNED, UID weight 200).
Kill-switch. Refused with Error: … trading is disabled … unless the server runs
with BINANCE_ALLOW_TRADING=1 — cancellation is a signed non-GET like any other
state change, so the same gate applies.
When to Use:
To pull a convert limit order that no longer reflects the plan, before it triggers.
When NOT to Use:
For a spot order — that is
binance_cancel_order.To undo a completed conversion: there is no such thing. Converting back needs a new quote at the current ratio.
Returns:
A confirmation echoing exactly what Binance returned — orderId and status verbatim.
Examples: params = {"order_id": "1603680255057330400"}
Error Handling:
An already-filled, already-cancelled or unknown orderId is rejected by Binance — check
binance_get_convert_open_limit_orders for what is actually resting. A 5xx or a timeout
means the cancellation status is UNKNOWN: check
binance_get_convert_open_limit_orders before cancelling again, because the order may
already be gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |