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

I ran the KucoinRestClientTest and this exception is thrown for accountAPI test. java.net.SocketTimeoutException: timeout at okhttp3.internal.http2.Http2Stream$StreamTimeout.newTimeoutException(Http2Stream.java:656) at okhttp3.internal.http2.Http2Stream$StreamTimeout.exitAndThrowIfTimedOut(Http2Stream.java:664) at okhttp3.internal.http2.Http2Stream.takeHeaders(Http2Stream.java:153) at okhttp3.internal.http2.Http2Codec.readResponseHeaders(Http2Codec.java:131) at okhttp3.internal.http.CallServerInterceptor.intercept(CallServerInterceptor.java:88) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147) at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:45) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:147)...

The method RestClient.orderBookAPI().getFullLevel2OrderBook returns a 404 not found because the API Get Full Order Book(aggregated) was updated to V3 and now also requires authentication as described here: https://docs.kucoin.com/#get-part-order-book-aggregated I fixed...

hi in this api i can only one address for each coin like BTC so my users in website should have unique deposit address for BTC otherwise how can I...

Class AccountDetailResponse is missing accountType attribute so it is not parsed and is ignored from the server response.

When adding the dependency published in the readme file to my pom.xml file, I get the error message "Cannot resolve com.kucoin:kucoin-java-sdk:1.0.6". The project is actually not available in the Maven...

主要问题是构造函数忘了加apiKeyVersion,导致AuthenticationInterceptor.intercept()时取apiKeyVersion报npe。

As per title, deserialization failure message is occurring for all `AccountChangeEvent`s received via private WS: ``` Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token ``` Seems...

My code: build.gradle dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'junit:junit:4.13' implementation 'androidx.test.ext:junit:1.1.2' implementation 'androidx.test.espresso:espresso-core:3.3.0' implementation 'com.kucoin:kucoin-java-sdk:2.0.0' } Error: Failed to resolve: com.kucoin:kucoin-java-sdk:2.0.0 Show in...

OrderCreateApiRequest .build() method is not implemented in the project