![JAR search and dependency download from the Maven repository](/logo.png)
com.kucoin.sdk.rest.interfaces.retrofit.WebsocketPublicAPIRetrofit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kucoin-java-sdk Show documentation
Show all versions of kucoin-java-sdk Show documentation
Fixed fork of the official Kucoin SDK
The newest version!
/**
* Copyright 2019 Mek Global Limited.
*/
package com.kucoin.sdk.rest.interfaces.retrofit;
import com.kucoin.sdk.rest.response.KucoinResponse;
import com.kucoin.sdk.rest.response.WebsocketTokenResponse;
import retrofit2.Call;
import retrofit2.http.POST;
/**
* Created by chenshiwei on 2019/1/18.
*/
public interface WebsocketPublicAPIRetrofit {
@POST("api/v1/bullet-public")
Call> getPublicToken();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy