hackingthemarkets / gridbot-websockets

build a gridbot using real-time market data over websockets
95 stars 66 forks source link

ccxt.base.errors.InvalidOrder: binance #2

Closed alantucker closed 2 years ago

alantucker commented 2 years ago

Just to let you know that when using the Binance exchange I get the following error:

ccxt.base.errors.InvalidOrder: binance {"code":-1013,"msg":"Filter failure: MIN_NOTIONAL"}

anurag-oxf commented 2 years ago

This is prolly cause on binance, minimum order size per transaction is $10 USDT .. So if you are passing something less than $10, i think thats where this error comes from. Try a bigger size position >$10 USDT

alantucker commented 2 years ago

Yeah, I have been playing some more with the code and up'ed my account. I also had to change the order id from 'id' to 'orderId'