public interface Coinmate
| Modifier and Type | Method and Description |
|---|---|
CoinmateOrderBook |
getOrderBook(String currencyPair,
boolean groupByPriceLimit) |
CoinmateTicker |
getTicker(String currencyPair) |
CoinmateTransactions |
getTransactions(int minutesIntoHistory) |
CoinmateTicker getTicker(String currencyPair) throws IOException
IOExceptionCoinmateOrderBook getOrderBook(String currencyPair, boolean groupByPriceLimit) throws IOException
IOExceptionCoinmateTransactions getTransactions(int minutesIntoHistory) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.