Do I need to quantize `quoteOrderQty` for market sell?

Suppose I am spot-buying PPT on PPTBTC using quoteOrderQty.

I am aware there is a min/max constraint.
But is there also some quantization constraint?

My understanding is that any value can be passed Binance, and Binance will execute the maximum it is able up to (or including) this amount.

If this is incorrect, please correct me!

The quoteOrderQty should pass the filter:

{
    "code": -1013,
    "msg": "Filter failure: MIN_NOTIONAL"
}