PoloniexTradeResponse |
PoloniexAuthenticated.buy(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair,
Integer fillOrKill,
Integer immediateOrCancel,
Integer postOnly) |
|
HashMap<String,String> |
PoloniexAuthenticated.cancelOrder(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderNumber) |
|
PoloniexGenerateNewAddressResponse |
PoloniexAuthenticated.generateNewAddress(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currency) |
|
Map<String,PoloniexDepth> |
Poloniex.getAllOrderBooks(String command,
String pair,
Integer depth) |
|
PoloniexChartData[] |
Poloniex.getChartData(String command,
String pair,
Long startTime,
Long endTime,
long period) |
|
HashMap<String,PoloniexCurrencyInfo> |
Poloniex.getCurrencyInfo(String command) |
|
PoloniexMarginPostionResponse |
PoloniexAuthenticated.getMarginPosition(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair) |
|
Map<String,PoloniexMarginPostionResponse> |
PoloniexAuthenticated.getMarginPosition(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
PoloniexAuthenticated.AllPairs all) |
|
PoloniexDepth |
Poloniex.getOrderBook(String command,
String currencyPair) |
|
PoloniexDepth |
Poloniex.getOrderBook(String command,
String currencyPair,
Integer depth) |
|
HashMap<String,PoloniexMarketData> |
Poloniex.getTicker(String command) |
|
PoloniexPublicTrade[] |
Poloniex.getTrades(String command,
String currencyPair,
Long startTime,
Long endTime) |
|
PoloniexTradeResponse |
PoloniexAuthenticated.marginBuy(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair,
Double lendingRate) |
|
PoloniexTradeResponse |
PoloniexAuthenticated.marginSell(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair,
Double lendingRate) |
|
PoloniexMoveResponse |
PoloniexAuthenticated.moveOrder(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderNumber,
String amount,
String rate,
Integer immediateOrCancel,
Integer postOnly) |
|
HashMap<String,PoloniexLoan[]> |
PoloniexAuthenticated.returnActiveLoans(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
|
PoloniexAccountBalance[] |
PoloniexAuthenticated.returnAvailableAccountBalances(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
|
PoloniexAccountBalance |
PoloniexAuthenticated.returnAvailableAccountBalances(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String account) |
|
HashMap<String,PoloniexBalance> |
PoloniexAuthenticated.returnCompleteBalances(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String account) |
|
HashMap<String,String> |
PoloniexAuthenticated.returnDepositAddresses(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
|
PoloniexDepositsWithdrawalsResponse |
PoloniexAuthenticated.returnDepositsWithdrawals(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
Long startTime,
Long endTime) |
|
HashMap<String,String> |
PoloniexAuthenticated.returnFeeInfo(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
|
PoloniexMarginAccountResponse |
PoloniexAuthenticated.returnMarginAccountSummary(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
|
PoloniexOpenOrder[] |
PoloniexAuthenticated.returnOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair) |
|
Map<String,PoloniexOpenOrder[]> |
PoloniexAuthenticated.returnOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
PoloniexAuthenticated.AllPairs all) |
|
PoloniexUserTrade[] |
PoloniexAuthenticated.returnOrderTrades(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderID) |
|
Map<String,Map<String,BigDecimal>> |
PoloniexAuthenticated.returnTradableBalances(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
|
PoloniexUserTrade[] |
PoloniexAuthenticated.returnTradeHistory(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair,
Long startTime,
Long endTime,
Integer limit) |
|
HashMap<String,PoloniexUserTrade[]> |
PoloniexAuthenticated.returnTradeHistory(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currencyPair,
Long startTime,
Long endTime,
Integer limit,
String overload) |
|
PoloniexTradeResponse |
PoloniexAuthenticated.sell(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair,
Integer fillOrKill,
Integer immediateOrCancel,
Integer postOnly) |
|
TransferResponse |
PoloniexAuthenticated.transferBalance(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currency,
BigDecimal amount,
String fromAccount,
String toAccount) |
|
WithdrawalResponse |
PoloniexAuthenticated.withdraw(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String currency,
BigDecimal amount,
String address,
String paymentId) |
|