public interface Yacuna
| Modifier and Type | Method and Description |
|---|---|
YacunaTickerReturn |
getTicker(String targetCurrency,
String baseCurrency)
Gets ticker from Yacuna for base/target currency pair URL: https://yacuna.com/api/1/market/list?currency1=EUR¤cy2=XBT
|
YacunaTickerReturn |
getTickers()
Gets all tickers from Yacuna URL: https://yacuna.com/api/1/market/list
|
YacunaTickerReturn getTicker(String targetCurrency, String baseCurrency) throws IOException
baseCurrency - Base currencytargetCurrency - Target currencyIOExceptionYacunaTickerReturn getTickers() throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.