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

When will be trade with PAX and TUSD be supported? com.webcerebrium.binance.api.BinanceApiException: Market Symbol should be ending with BTC, ETH, BNB or USDT. Example: BQXBTC

Hi, In the latest Binance updates, there is symbol: BTCTUSD. It makes below line throws exception, because that case is not covered yet. https://github.com/webcerebrium/java-binance-api/blob/d313c11454d2edc0eacf219dc61094b320e2ba9f/src/main/java/com/webcerebrium/binance/datatype/BinanceSymbol.java#L18 Please help to fix it. Thanks,

Hello. Binance api have been updated. https://github.com/binance-exchange/binance-official-api-docs/blob/master/CHANGELOG.md Do you update this changes?

We have exception in parsing WebSocket message using BinanceApi: ` com.binance.api.client.exception.BinanceApiException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not deserialize value of type com.binance.api.client.domain.OrderRejectReason from String "ORDER_WOULD_TRIGGER_IMMEDIATELY": value not one of declared Enum instance names:...

Websocket-Lister do not reconnect after they have been disconnected (from binance or when disconnected by 24h DSL-disconnect) It would be nice, to automatically reconnect Websocket-Listeners.

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...

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...

Hi! binance-api version 1.0.9 I found an error with BinanceWebSocketAdapterDepth which you're using in BinanceApi.websocketDepth{level} methods. BinanceWebSocketAdapterDepth uses BinanceEventDepthUpdate which parses the event message from socket but response for @depth{levels}...

Is the withdraw function working? Why would the amount is long instead of double? Besides long issue on the amount parameter, I tried to run and also got following errors...

I've been getting timeouts like these: "Thread-14" #26347 prio=5 os_prio=0 tid=0x0000009f0277e000 nid=0x1338 runnable [0x0000009f0857e000] java.lang.Thread.State: RUNNABLE at java.net.SocketInputStream.socketRead0([email protected]/Native Method) at java.net.SocketInputStream.socketRead([email protected]/Unknown Source) at java.net.SocketInputStream.read([email protected]/Unknown Source) at java.net.SocketInputStream.read([email protected]/Unknown Source) at sun.security.ssl.SSLSocketInputRecord.read([email protected]/Unknown...