java-binance-api icon indicating copy to clipboard operation
java-binance-api copied to clipboard

ERROR: -1111, Precision is over the maximum defined for this asset.

Open nikolakurtic opened this issue 7 years ago • 2 comments

Hi, I'm trying to place sell order and I'm getting this error. I have amount of 355.551 and price 0.00002898. ExchangeSymbol precisions are both 8 for base and quote. What exactly do I need to do?

I tried the same order through web interface and Binance is rounding amount to 355.

nikolakurtic avatar Mar 11 '18 21:03 nikolakurtic

Unfortunately - you should manually fix precision. Any pull request to fix this - are welcome.

may be previous discussion thread could help you https://github.com/webcerebrium/java-binance-api/issues/25#issuecomment-366067457

wcrbrm avatar Mar 12 '18 07:03 wcrbrm

Can you show the stepsize and ticksize of that order? Those 2 are different.

BadRookiDev avatar Mar 20 '18 20:03 BadRookiDev