public interface CleverCoin
| Modifier and Type | Method and Description |
|---|---|
CleverCoinOrderBook |
getOrderBook()
Returns "bids" and "asks".
|
CleverCoinTicker |
getTicker() |
CleverCoinTransaction[] |
getTransactions()
Returns descending list of transactions.
|
CleverCoinTransaction[] |
getTransactions(String since)
Returns descending list of transactions.
|
CleverCoinOrderBook getOrderBook() throws IOException
IOExceptionCleverCoinTicker getTicker() throws IOException
IOExceptionCleverCoinTransaction[] getTransactions() throws IOException
IOExceptionCleverCoinTransaction[] getTransactions(String since) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.