@Path(value="api")
@Produces(value="application/json")
public interface Vircurex
| Modifier and Type | Method and Description |
|---|---|
VircurexDepth |
getFullDepth(String tradeableIdentifier,
String currency) |
VircurexLastTrade |
getLastTrade(String tradeableIdentifier,
String currency) |
@GET @Path(value="orderbook.json") VircurexDepth getFullDepth(@QueryParam(value="base") String tradeableIdentifier, @QueryParam(value="alt") String currency)
@GET @Path(value="get_last_trade.json") VircurexLastTrade getLastTrade(@QueryParam(value="base") String tradeableIdentifier, @QueryParam(value="alt") String currency)
Copyright © 2012–2018 Knowm Inc.. All rights reserved.