All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kraken.api.javawrapper.rest.client.WebSocketsAuthenticationClient Maven / Gradle / Ivy

package com.kraken.api.javawrapper.rest.client;

import com.kraken.api.javawrapper.rest.dto.KrakenResponse;
import com.kraken.api.javawrapper.rest.dto.websocketsauthentication.WebSocketsTokenResult;
import feign.Headers;
import feign.RequestLine;

public interface WebSocketsAuthenticationClient extends RestClient {

    @RequestLine("POST /private/GetWebSocketsToken")
    @Headers("Content-Type: application/x-www-form-urlencoded; charset=utf-8")
    KrakenResponse getWebsocketsToken();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy