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

Java Binance API Client

Results 27 java-binance-api issues
Sort by recently updated
recently updated
newest added

hey, I have this type of error and idk why can you explain pls? the error : binance.exceptions.BinanceAPIException: APIError(code=-1013): Filter failure: LOT_SIZE

Hello everyone, When I try to place an order with the instruction create_test_order I have this error "APIError(code=-1013): Filter failure: MARKET_LOT_SIZE. However, I read the documentation about this and I...

When I try to place an order I get this error: > com.webcerebrium.binance.api.BinanceApiException: ERROR: -1013, Filter failure: LOT_SIZE How can I resolve this?

question

When I run websocketDepth example, I'm getting ConnectionRefusedException. This is the log: starting 20:02:56.576 [main] DEBUG org.eclipse.jetty.util.log - Logging to Logger[org.eclipse.jetty.util.log] via org.eclipse.jetty.util.log.Slf4jLog 20:02:56.592 [main] INFO org.eclipse.jetty.util.log - Logging initialized...

my buy XRPUSDT with Price 10.04286 quntity 9.6 `com.webcerebrium.binance.api.BinanceApiException: ERROR: -1013, Filter failure: MIN_NOTIONAL at com.webcerebrium.binance.api.BinanceRequest.read(BinanceRequest.java:260) at com.webcerebrium.binance.api.BinanceApi.createOrder(BinanceApi.java:523) at com.mahdi.btcorders.OrderService.openOrder(OrderService.java:144) at com.mahdi.btcorders.OrderService.getBalanceBinance(OrderService.java:123) at com.mahdi.btcorders.OrderService$1.run(OrderService.java:40) at java.base/java.lang.Thread.run(Thread.java:834) `

Is there any way to use this library on binance testnet ? and what about features ? I can not found any documentation about that .

Guys whats the long value for StartTime/EndTime in Aggtrades call ? is is "secondssince1970' as usual ? pls advise.. we need to get a price from the last trade of...

This is a great tool. Please, could you share how to place a TAKE_PROFIT_LIMIT. Thanks. Hoping to hear from you.

Good, I have a problem, I am making Market type orders, what I do is first check the prices of the getAllPrices library and then proceed to place the order,...

Hi ! I got this error when I call BinanceApiRestClient.getCandlestickBars : com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.lang.Long` from String "9534.95000000": not a valid Long value at [Source: (okhttp3.ResponseBody$BomAwareReader); line:...