Package org.knowm.xchange.lykke
Interface Lykke
- All Known Subinterfaces:
LykkeAuthenticated
@Path("api/")
@Produces("application/json")
@Consumes("application/json")
public interface Lykke
-
Method Summary
Modifier and TypeMethodDescriptiongetAssetPairById
(String assetPair) getOrderBookByAssetPair
(String assetPair)
-
Method Details
-
getAssetPairs
- Throws:
IOException
-
getAssetPairById
@GET @Path("assetpairs/{id}") LykkeAssetPair getAssetPairById(@PathParam("id") String assetPair) throws IOException - Throws:
IOException
-
getAllOrderBooks
- Throws:
IOException
-
getOrderBookByAssetPair
@GET @Path("orderbooks/{assetPairId}") List<LykkeOrderBook> getOrderBookByAssetPair(@PathParam("assetPairId") String assetPair) throws IOException - Throws:
IOException
-
getLykkeAsset
- Throws:
IOException
-