kucoin-java-sdk icon indicating copy to clipboard operation
kucoin-java-sdk copied to clipboard

Results 37 kucoin-java-sdk issues
Sort by recently updated
recently updated
newest added

When something goes wrong with the underlying websocket, timeout, SSL issue, etc. the websocket API logs the error, but then does nothing to notify the caller of the API that...

enhancement

Update Maven version from 1.0.4 to 1.0.5

Currently `inited` was never set to `true`, so api was initialized on each call, leading to degraded performance - http2 connection is not reused. I don't see point of having...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

When I tried to monitor balance and orders or 2 apis (maybe more) in the same application; I find that, order and balance is always of the first api is...

public void postKubiOrder(String url) { CloseableHttpClient httpclient = HttpClients.createDefault(); HttpPost httpPost = new HttpPost(url); long nowts = Calendar.getInstance().getTimeInMillis(); //Request body JSONObject jsonObject = new JSONObject(); try { jsonObject.put("clientOid", UUID.randomUUID().toString()); jsonObject.put("side",...

new version 1.0.2 add to MarketTickerResponse symbolName and averagePrice fields

I don't think there's a way for us to watch the rate limits easily with the API is there? In the documentation it says this: Request header: The returned information...

enhancement

Please, take a look at the PR, thank you! https://github.com/Kucoin/kucoin-java-sdk/pull/68

WALLET_PROCESSING withdraw status is missing in the corresponding enum WithdrawStatusEnum resulting in exceptions being thrown in client code: ```Cannot deserialize value of type `com.kucoin.sdk.model.enums.WithdrawStatusEnum` from String \"WALLET_PROCESSING\": not one of...