webcerebrium / java-binance-api

Java Binance API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nikolakurtic opened this issue · 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.

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

may be previous discussion thread could help you
#25 (comment)

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