public interface Bitstamp
| Modifier and Type | Method and Description |
|---|---|
BitstampOrderBook |
getOrderBook()
Returns "bids" and "asks".
|
BitstampTicker |
getTicker() |
BitstampTransaction[] |
getTransactions()
Returns descending list of transactions.
|
BitstampTransaction[] |
getTransactions(String time)
Returns descending list of transactions.
|
BitstampOrderBook getOrderBook() throws IOException
IOExceptionBitstampTicker getTicker() throws IOException
IOExceptionBitstampTransaction[] getTransactions() throws IOException
IOExceptionBitstampTransaction[] getTransactions(String time) throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.