| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1066,6 +1066,9 @@ def create_order(self, **params): | |||
| 1066 | 1066 | :type timeInForce: str | |
| 1067 | 1067 | :param quantity: required | |
| 1068 | 1068 | :type quantity: decimal | |
| 1069 | + :param quoteOrderQty: amount the user wants to spend (when buying) or receive (when selling) | ||
| 1070 | + of the quote asset, applicable to MARKET orders | ||
| 1071 | + :type quoteOrderQty: decimal | ||
| 1069 | 1072 | :param price: required | |
| 1070 | 1073 | :type price: str | |
| 1071 | 1074 | :param newClientOrderId: A unique id for the order. Automatically generated if not sent. | |
@@ -1279,6 +1282,9 @@ def order_market(self, **params): | |||
| 1279 | 1282 | :type side: str | |
| 1280 | 1283 | :param quantity: required | |
| 1281 | 1284 | :type quantity: decimal | |
| 1285 | + :param quoteOrderQty: amount the user wants to spend (when buying) or receive (when selling) | ||
| 1286 | + of the quote asset | ||
| 1287 | + :type quoteOrderQty: decimal | ||
| 1282 | 1288 | :param newClientOrderId: A unique id for the order. Automatically generated if not sent. | |
| 1283 | 1289 | :type newClientOrderId: str | |
| 1284 | 1290 | :param newOrderRespType: Set the response JSON. ACK, RESULT, or FULL; default: RESULT. | |
@@ -1305,6 +1311,8 @@ def order_market_buy(self, **params): | |||
| 1305 | 1311 | :type symbol: str | |
| 1306 | 1312 | :param quantity: required | |
| 1307 | 1313 | :type quantity: decimal | |
| 1314 | + :param quoteOrderQty: the amount the user wants to spend of the quote asset | ||
| 1315 | + :type quoteOrderQty: decimal | ||
| 1308 | 1316 | :param newClientOrderId: A unique id for the order. Automatically generated if not sent. | |
| 1309 | 1317 | :type newClientOrderId: str | |
| 1310 | 1318 | :param newOrderRespType: Set the response JSON. ACK, RESULT, or FULL; default: RESULT. | |
@@ -1331,6 +1339,8 @@ def order_market_sell(self, **params): | |||
| 1331 | 1339 | :type symbol: str | |
| 1332 | 1340 | :param quantity: required | |
| 1333 | 1341 | :type quantity: decimal | |
| 1342 | + :param quoteOrderQty: the amount the user wants to receive of the quote asset | ||
| 1343 | + :type quoteOrderQty: decimal | ||
| 1334 | 1344 | :param newClientOrderId: A unique id for the order. Automatically generated if not sent. | |
| 1335 | 1345 | :type newClientOrderId: str | |
| 1336 | 1346 | :param newOrderRespType: Set the response JSON. ACK, RESULT, or FULL; default: RESULT. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments