binance_get_convert_order_status
Check a conversion order's status using its order ID or quote ID to confirm settlement after accepting a quote or resolving a timeout.
Instructions
Check one conversion's status by orderId or by the quoteId it came from.
Calls GET /sapi/v1/convert/orderStatus (SIGNED, UID weight 100). Exactly one of
order_id / quote_id — Binance rejects both together.
When to Use:
After
binance_accept_convert_quotereturned PROCESS or ACCEPT_SUCCESS, to find out whether it settled.After a timeout or 5xx on an acceptance, to learn whether the conversion happened before retrying anything.
When NOT to Use:
For a list of past conversions — use
binance_get_convert_history.For resting limit orders — use
binance_get_convert_open_limit_orders.
Returns: The conversion's assets, amounts, ratio, status and creation time, with the status echoed verbatim.
Examples: params = {"order_id": "933256278426274426"} params = {"quote_id": "12415572564"}
Error Handling: -2015 means the key lacks permission or the IP is not allowlisted; an unknown id is rejected by Binance rather than returning an empty result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |