Does Binance support AON orders

Is there a way to execute AON orders. (All or None)

there is glossary on this but not much info in terms of API
using { timeInForce: “AON”} says invalid

Or how can you execute limit orders where the whole order is filled or canceled
FOK does something similar, though the FOK orders in my testing are immediately canceled.

No support for AON, the FOK is essentially an all-or-none (AON) and immediate-or-cancel order (IOC) combined.

1 Like

thanks