PoloniexTradeResponse |
PoloniexAuthenticated.buy(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair) |
Map<String,PoloniexDepth> |
Poloniex.getAllOrderBooks(String command,
String pair,
Integer depth) |
HashMap<String,PoloniexCurrencyInfo> |
Poloniex.getCurrencyInfo(String command) |
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.sell(String apiKey,
si.mazi.rescu.ParamsDigest signature,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String amount,
String rate,
String currencyPair) |