Package org.knowm.xchange.bitcoincharts
Interface BitcoinCharts
@Path("/")
public interface BitcoinCharts
- Author:
- Matija Mazi
-
Method Summary
Modifier and Type Method Description BitcoinChartsTicker[]getMarketData()
-
Method Details
-
getMarketData
@GET @Path("v1/markets.json") @Produces("application/json") BitcoinChartsTicker[] getMarketData() throws IOException- Throws:
IOException
-