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
IOException
BittrexTickersResponse getTickers() throws IOException
IOException
BittrexDepthResponse getBook(String market, String type, int depth) throws IOException
IOException
BittrexTradesResponse getTrades(String market, int count) throws IOException
IOException
BittrexSymbolsResponse getSymbols() throws IOException
IOException
BittrexCurrenciesResponse getCurrencies() throws IOException
IOException
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.