Package org.knowm.xchange.tradeogre
Interface TradeOgre
- All Known Subinterfaces:
TradeOgreAuthenticated
@Path("")
public interface TradeOgre
-
Method Summary
-
Method Details
-
getTicker
@GET @Path("ticker/{market}") TradeOgreTicker getTicker(@PathParam("market") String market) throws IOException - Throws:
IOException
-
getTickers
- Throws:
IOException
-
getOrderBook
@GET @Path("orders/{market}") TradeOgreOrderBook getOrderBook(@PathParam("market") String market) throws IOException - Throws:
IOException
-