public interface Bitso
| Modifier and Type | Method and Description |
|---|---|
BitsoOrderBook |
getOrderBook()
Returns "bids" and "asks".
|
BitsoTicker |
getTicker() |
BitsoTransaction[] |
getTransactions()
Returns descending list of transactions.
|
BitsoTransaction[] |
getTransactions(String time)
Returns descending list of transactions.
|
BitsoOrderBook getOrderBook() throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoTicker getTicker() throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoTransaction[] getTransactions() throws BitsoException, IOException
BitsoExceptionIOExceptionBitsoTransaction[] getTransactions(String time) throws BitsoException, IOException
BitsoExceptionIOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.