Hello!
I received the error message: LOT_SIZE when trying to place a Market Order Buy SOL (SOLUSDT), with a quoteQty of 10 USDT.
(I’m running with the Testnet API)
I did some research and found that the conditions for LOT_SIDE include 3 parts:
- quantity >= minQty
- quantity <= maxQty
- quantity % stepSize == 0
===
I see that my Market Order Buy does not violate any of the above 3 conditions.
Can you help me figure out where exactly I’m having trouble?
Thank you very much!