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

Results 25 binance-connector-java issues
Sort by recently updated
recently updated
newest added

java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.RequestBody.create(java.lang.String, okhttp3.MediaType)' at com.binance.connector.client.utils.RequestBuilder.buildApiKeyRequest(RequestBuilder.java:56) at com.binance.connector.client.utils.RequestHandler.sendApiRequest(RequestHandler.java:48) at com.binance.connector.client.utils.RequestHandler.sendSignedRequest(RequestHandler.java:77) at com.binance.connector.client.impl.spot.Wallet.fundingWallet(Wallet.java:448)

Review

The API call to the fixed and activity project position list does not require the asset parameter after the [API documentation]. This commit removes the required asset parameter and also...

Hi , 1. how can I check if my websocket connection is open/running ? 3. I wonder if the openEvent,closingEvent and FailureEvent variables can return a value other than null...

enhancement

Please add support for future streams. (/fapi) https://binance-docs.github.io/apidocs/futures/en/#start-user-data-stream-user_stream

enhancement

Libraries should not import both _SLF4J_ and a logger. Doing so voids the purpose of a common logging framework completely, since it forces a logging library on the end-user rather...

Review

Hi I get this SocketException inside closingCallback after a sometime, maybe after aprox 30h running streaming the websocket. Once I got this 3 times in a row, 1min after each...

I'm writing a piece of code that uses java-binance-api library and I have a problem. Every time I run program, it leaves so much logs from web services execution. Everything...