public static class BitoProPublicClient.BitoProPublicPairClient extends Object
| Modifier and Type | Method and Description |
|---|---|
OrderBook |
getOrderBook()
Get orderbook for specific pair.
|
Ticker |
getTicker()
Get ticker for specific pair.
|
List<Trade> |
getTrades()
Get recent trades for specific pair.
|
public Ticker getTicker() throws IOException
IOException - when connection error occured while called the Rest APIBitoProPublicClient.getTicker(String)public OrderBook getOrderBook() throws IOException
IOException - when connection error occured while called the Rest APIBitoProPublicClient.getOrderBook(String)public List<Trade> getTrades() throws IOException
IOException - when connection error occured while called the Rest APIBitoProPublicClient.getTrades(String)