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
BitsoException
IOException
BitsoTicker getTicker() throws BitsoException, IOException
BitsoException
IOException
BitsoTransaction[] getTransactions() throws BitsoException, IOException
BitsoException
IOException
BitsoTransaction[] getTransactions(String time) throws BitsoException, IOException
BitsoException
IOException
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.