binance_get_convert_open_limit_orders
List currently resting convert limit orders with expiry times to avoid duplicate placements and confirm whether an order was placed after a timeout.
Instructions
List the convert limit orders currently resting on the account.
Calls GET /sapi/v1/convert/limit/queryOpenOrders (SIGNED, UID weight 3000 of a
180,000/min budget) — cross-asset, no filters, so poll it sparingly.
When to Use:
To see what convert limit orders are live, with their expiry instants.
Before placing another one, to avoid stacking duplicates.
After a timeout on a placement, to learn whether the order actually rested.
When NOT to Use:
For completed conversions —
binance_get_convert_history.For spot open orders —
binance_get_open_orders.
Returns: One row per resting order: creation time, from → to amounts, ratio, status, orderId and the expiry instant. Markdown display caps at 50 rows.
Examples: params = {}
Error Handling: -2015 means the key lacks permission or the IP is not allowlisted; 429 on /sapi means the UID budget is gone — this endpoint alone is 3000 per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |