@Path(value="v2")
@Produces(value="application/json")
public interface Bleutrade
| Modifier and Type | Method and Description |
|---|---|
BleutradeCurrenciesReturn |
getBleutradeCurrencies() |
BleutradeMarketHistoryReturn |
getBleutradeMarketHistory(String market,
int count) |
BleutradeMarketsReturn |
getBleutradeMarkets() |
BleutradeOrderBookReturn |
getBleutradeOrderBook(String market,
String type,
int depth) |
BleutradeTickerReturn |
getBleutradeTicker(String market) |
BleutradeTickerReturn |
getBleutradeTickers() |
@GET @Path(value="public/getcurrencies") BleutradeCurrenciesReturn getBleutradeCurrencies() throws IOException
IOException@GET @Path(value="public/getmarkets") BleutradeMarketsReturn getBleutradeMarkets() throws IOException
IOException@GET @Path(value="public/getmarketsummary") BleutradeTickerReturn getBleutradeTicker(@QueryParam(value="market") String market) throws IOException
IOException@GET @Path(value="public/getmarketsummaries") BleutradeTickerReturn getBleutradeTickers() throws IOException
IOException@GET @Path(value="public/getorderbook") BleutradeOrderBookReturn getBleutradeOrderBook(@QueryParam(value="market") String market, @QueryParam(value="type") String type, @QueryParam(value="depth") int depth) throws IOException
IOException@GET @Path(value="public/getmarkethistory") BleutradeMarketHistoryReturn getBleutradeMarketHistory(@QueryParam(value="market") String market, @QueryParam(value="count") int count) throws IOException
IOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.