Package org.knowm.xchange.bitcoinaverage
Interface BitcoinAverage
@Path("/")
@Produces("application/json")
public interface BitcoinAverage
- Author:
- veken0m
-
Method Summary
Modifier and Type Method Description BitcoinAverageTickers
getShortTickers(String crypto)
BitcoinAverageTicker
getTicker(String symbol)
-
Method Details
-
getTicker
@GET @Path("indices/global/ticker/{symbol}") BitcoinAverageTicker getTicker(@PathParam("symbol") String symbol) throws IOException- Throws:
IOException
-
getShortTickers
@GET @Path("indices/global/ticker/short?crypto={crypto}") BitcoinAverageTickers getShortTickers(@PathParam("crypto") String crypto) throws IOException- Throws:
IOException
-