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