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
PoloniexException
IOException
HashMap<String,PoloniexMarketData> getTicker(String command) throws PoloniexException, IOException
PoloniexException
IOException
PoloniexDepth getOrderBook(String command, String currencyPair) throws PoloniexException, IOException
PoloniexException
IOException
PoloniexDepth getOrderBook(String command, String currencyPair, Integer depth) throws PoloniexException, IOException
PoloniexException
IOException
PoloniexPublicTrade[] getTrades(String command, String currencyPair, Long startTime, Long endTime) throws PoloniexException, IOException
PoloniexException
IOException
Map<String,PoloniexDepth> getAllOrderBooks(String command, String pair, Integer depth) throws PoloniexException, IOException
PoloniexException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.