public interface Bitcoinium
Modifier and Type | Method and Description |
---|---|
BitcoiniumOrderbook |
getDepth(String pair,
String orderbookwindow,
String apikey) |
BitcoiniumTicker |
getTicker(String pair,
String apikey) |
BitcoiniumTickerHistory |
getTickerHistory(String pair,
String historytimewindow,
String apikey) |
BitcoiniumTicker getTicker(String pair, @HeaderParam(value="X-BITCOINIUM-API-KEY") String apikey) throws IOException
IOException
BitcoiniumOrderbook getDepth(String pair, String orderbookwindow, @HeaderParam(value="X-BITCOINIUM-API-KEY") String apikey) throws IOException
IOException
BitcoiniumTickerHistory getTickerHistory(String pair, String historytimewindow, @HeaderParam(value="X-BITCOINIUM-API-KEY") String apikey) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.