create a new limit order with "quoteOrderQty"

I have a question regarding the endpoint “POST /api/v3/order” (create order).

There is the property “quoteOrderQty” and the api description says:

MARKET orders using quoteOrderQty will not break LOT_SIZE filter rules; the order will execute a quantity that will have the notional value as close as possible to quoteOrderQty

What if the new order is a “limit order”? Can I use “quoteOrderQty” with a “limit order”? If so, what are the restrictions?

Thanks. Would be nice to include this information in the API description.

1 Like

Limit Order does not support quoteOrderQty