public interface PoloniexAuthenticated
Modifier and Type | Method and Description |
---|---|
PoloniexTradeResponse |
buy(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair) |
HashMap<String,String> |
cancelOrder(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderNumber,
String currencyPair) |
HashMap<String,String> |
returnBalances(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
HashMap<String,String> |
returnDepositAddresses(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
HashMap<String,PoloniexOpenOrder[]> |
returnOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair) |
PoloniexUserTrade[] |
returnTradeHistory(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair,
Long startTime,
Long endTime) |
HashMap<String,PoloniexUserTrade[]> |
returnTradeHistory(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair,
Long startTime,
Long endTime,
String overload) |
PoloniexTradeResponse |
sell(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair) |
HashMap<String,String> returnBalances(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)
HashMap<String,String> returnDepositAddresses(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)
HashMap<String,PoloniexOpenOrder[]> returnOpenOrders(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair) throws IOException
IOException
PoloniexUserTrade[] returnTradeHistory(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair, Long startTime, Long endTime) throws IOException
IOException
HashMap<String,PoloniexUserTrade[]> returnTradeHistory(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String currencyPair, Long startTime, Long endTime, String overload) throws IOException
IOException
PoloniexTradeResponse buy(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String amount, String rate, String currencyPair) throws PoloniexException, IOException
PoloniexException
IOException
PoloniexTradeResponse sell(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String amount, String rate, String currencyPair) throws PoloniexException, IOException
PoloniexException
IOException
HashMap<String,String> cancelOrder(@HeaderParam(value="Key") String apiKey, @HeaderParam(value="Sign") si.mazi.rescu.ParamsDigest signature, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderNumber, String currencyPair) throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.