public interface Poloniex
| Modifier and Type | Method and Description |
|---|---|
Map<String,PoloniexDepth> |
getAllOrderBooks(String command,
String pair,
Integer depth) |
HashMap<String,PoloniexCurrencyInfo> |
getCurrencyInfo(String command) |
PoloniexDepth |
getOrderBook(String command,
String currencyPair) |
PoloniexDepth |
getOrderBook(String command,
String currencyPair,
Integer depth) |
HashMap<String,PoloniexMarketData> |
getTicker(String command) |
PoloniexPublicTrade[] |
getTrades(String command,
String currencyPair,
Long startTime,
Long endTime) |
HashMap<String,PoloniexCurrencyInfo> getCurrencyInfo(String command) throws PoloniexException, IOException
PoloniexExceptionIOExceptionHashMap<String,PoloniexMarketData> getTicker(String command) throws PoloniexException, IOException
PoloniexExceptionIOExceptionPoloniexDepth getOrderBook(String command, String currencyPair) throws PoloniexException, IOException
PoloniexExceptionIOExceptionPoloniexDepth getOrderBook(String command, String currencyPair, Integer depth) throws PoloniexException, IOException
PoloniexExceptionIOExceptionPoloniexPublicTrade[] getTrades(String command, String currencyPair, Long startTime, Long endTime) throws PoloniexException, IOException
PoloniexExceptionIOExceptionMap<String,PoloniexDepth> getAllOrderBooks(String command, String pair, Integer depth) throws PoloniexException, IOException
PoloniexExceptionIOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.