Package org.knowm.xchange.coindeal
Interface Coindeal
- All Known Subinterfaces:
CoindealAuthenticated
@Path("api/v1")
@Produces("application/json")
public interface Coindeal
-
Method Summary
-
Method Details
-
getOrderBook
@GET @Path("/public/orderbook/{currencyPair}") CoindealOrderBook getOrderBook(@PathParam("currencyPair") String currencyPair) throws IOException, CoindealException - Throws:
IOException
CoindealException
-