| Modifier and Type | Method and Description |
|---|---|
VaultoroNewOrderResponse |
buy(String symbol,
String type,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
BigDecimal btc,
BigDecimal price,
si.mazi.rescu.ParamsDigest signature) |
VaultoroCancelOrderResponse |
cancel(String orderid,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
VaultoroBalancesResponse |
getBalances(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
VaultoroOrdersResponse |
getOrders(si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
VaultoroNewOrderResponse |
sell(String symbol,
String type,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String apiKey,
BigDecimal gld,
BigDecimal price,
si.mazi.rescu.ParamsDigest signature) |
getLatest, getVaultoroOrderBook, getVaultoroTrades@GET @Path(value="1/balance") VaultoroBalancesResponse getBalances(@QueryParam(value="nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @QueryParam(value="apikey") String apiKey, @HeaderParam(value="X-Signature") si.mazi.rescu.ParamsDigest signature) throws IOException, VaultoroException
IOExceptionVaultoroException@GET @Path(value="1/orders") VaultoroOrdersResponse getOrders(@QueryParam(value="nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @QueryParam(value="apikey") String apiKey, @HeaderParam(value="X-Signature") si.mazi.rescu.ParamsDigest signature) throws IOException, VaultoroException
IOExceptionVaultoroException@POST
@Path(value="1/buy/{symbol}/{type}")
VaultoroNewOrderResponse buy(@PathParam(value="symbol")
String symbol,
@PathParam(value="type")
String type,
@QueryParam(value="nonce")
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
@QueryParam(value="apikey")
String apiKey,
@QueryParam(value="btc")
BigDecimal btc,
@QueryParam(value="price")
BigDecimal price,
@HeaderParam(value="X-Signature")
si.mazi.rescu.ParamsDigest signature)
throws IOException,
VaultoroException
IOExceptionVaultoroException@POST
@Path(value="1/sell/{symbol}/{type}")
VaultoroNewOrderResponse sell(@PathParam(value="symbol")
String symbol,
@PathParam(value="type")
String type,
@QueryParam(value="nonce")
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
@QueryParam(value="apikey")
String apiKey,
@QueryParam(value="gld")
BigDecimal gld,
@QueryParam(value="price")
BigDecimal price,
@HeaderParam(value="X-Signature")
si.mazi.rescu.ParamsDigest signature)
throws IOException,
VaultoroException
IOExceptionVaultoroException@POST
@Path(value="1/cancel/{orderid}")
VaultoroCancelOrderResponse cancel(@PathParam(value="orderid")
String orderid,
@QueryParam(value="nonce")
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
@QueryParam(value="apikey")
String apiKey,
@HeaderParam(value="X-Signature")
si.mazi.rescu.ParamsDigest signature)
throws IOException,
VaultoroException
IOExceptionVaultoroExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.