public interface Bittrex
| Modifier and Type | Method and Description |
|---|---|
BittrexDepthResponse |
getBook(String market,
String type,
int depth) |
BittrexCurrenciesResponse |
getCurrencies() |
BittrexSymbolsResponse |
getSymbols() |
BittrexTickerResponse |
getTicker(String market) |
BittrexTickersResponse |
getTickers() |
BittrexTradesResponse |
getTrades(String market,
int count) |
BittrexTickerResponse getTicker(String market) throws IOException
IOExceptionBittrexTickersResponse getTickers() throws IOException
IOExceptionBittrexDepthResponse getBook(String market, String type, int depth) throws IOException
IOExceptionBittrexTradesResponse getTrades(String market, int count) throws IOException
IOExceptionBittrexSymbolsResponse getSymbols() throws IOException
IOExceptionBittrexCurrenciesResponse getCurrencies() throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.