You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
| isIsolated | String | false | for isolated margin or not, `TRUE`, `FALSE`, default `FALSE`
2768
+
| side | String | true |`BUY``SELL`|
2769
+
| type | String | true |
2770
+
| quantity | String | false |
2771
+
| quoteOrderQty | String | false |
2772
+
| price | String | false |
2773
+
| stopPrice | String | false | Used with `STOP_LOSS`, `STOP_LOSS_LIMIT`, `TAKE_PROFIT`, and `TAKE_PROFIT_LIMIT` orders.
2774
+
| stopLimitPrice | String | false | Used with `STOP_LOSS_LIMIT` orders.
2775
+
| newClientOrderId | String | false | A unique id among open orders. Automatically generated if not sent.
2776
+
| icebergQty | Boolean | false | Used with `LIMIT`, `STOP_LOSS_LIMIT`, and `TAKE_PROFIT_LIMIT` to create an iceberg order.
2777
+
| newOrderRespType | String | false | Set the response JSON. `ACK`, `RESULT`, or `FULL`; `MARKET` and `LIMIT` order types default to `FULL`, all other orders default to `ACK`.
0 commit comments