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
IOException
CleverCoinTicker getTicker() throws IOException
IOException
CleverCoinTransaction[] getTransactions() throws IOException
IOException
CleverCoinTransaction[] getTransactions(String since) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.