binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 623 forks source link

Filter failure: LOT_SIZE #331

Closed Xamez closed 3 years ago

Xamez commented 3 years ago

Good evening, Here's my error, yet everything looks good?

error

If anyone has an idea?

KillerInk commented 3 years ago

with step size is meant how it get increased. valid would be 0.00000100 but not 0.00000150 so next step must be 0.00000200 to be valid. your lot size is about 0.00000053 to big

Xamez commented 3 years ago

I don't really understand, am I trading with too much money or not enough? Because I trade with something like 0.03BTC. How do I fix my problem in this case? Do you have a discord or something to be able to communicate faster?

KillerInk commented 3 years ago

the screenshot show a lot size from 0.04749053 so its between 0.00000100 and 9000. this is so far correct.

but now the step size comes in wich require the lot need to be diffable through the step size.

0.04749053 need to get to 0.04749000 or to 0.04749100

Xamez commented 3 years ago

Oh yes, I see! Thank you very much, I'll try it out