-
Notifications
You must be signed in to change notification settings - Fork 37
ERROR: -1013, Filter failure: PRICE_FILTER #35
Comments
doubles are not stored exactly some times if i am correct. `public double determineRoundingPrice(String tickSize, double desired){
public String getPriceFilter(String desiredSymbol) { Don't mind the variable names and the print lines! Keep in mind its a messy solution! (was in a hurry) |
For those still have the same issue here's how i solved it...
|
How do you get the assetPrecision? if i use: |
I'm getting this error even when i've parsed the exchangeInfo api and trimmed my price value to the appropriate asset precision. It's also above the minPrice value as well. Can't seem to find what the problem is. This is the value i am using to create my NANOBTC order with: 9.7504E-4. The base asset preicision for NANOBTC is 8. What am i missing?
The text was updated successfully, but these errors were encountered: