@Path(value="/")
@Produces(value="application/json")
public interface Bitcoinde
| Modifier and Type | Method and Description |
|---|---|
BitcoindeIdResponse |
createOrder(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
si.mazi.rescu.ParamsDigest paramsDigest,
BigDecimal max_amount,
BigDecimal price,
String trading_pair,
String type) |
BitcoindeIdResponse |
deleteOrder(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
si.mazi.rescu.ParamsDigest paramsDigest,
String order_id,
String trading_pair) |
BitcoindeAccountWrapper |
getAccount(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
si.mazi.rescu.ParamsDigest paramsDigest) |
BitcoindeOrderbookWrapper |
getOrderBook(String trading_pair,
String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
si.mazi.rescu.ParamsDigest paramsDigest) |
BitcoindeMyOpenOrdersWrapper |
getOrders(String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
si.mazi.rescu.ParamsDigest paramsDigest) |
BitcoindeTradesWrapper |
getTrades(String trading_pair,
Integer since,
String apiKey,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
si.mazi.rescu.ParamsDigest paramsDigest) |
@DELETE
@Path(value="orders/{order_id}/{trading_pair}")
BitcoindeIdResponse deleteOrder(@HeaderParam(value="X-API-KEY")
String apiKey,
@HeaderParam(value="X-API-NONCE")
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
@HeaderParam(value="X-API-SIGNATURE")
si.mazi.rescu.ParamsDigest paramsDigest,
@PathParam(value="order_id")
String order_id,
@PathParam(value="trading_pair")
String trading_pair)
throws BitcoindeException,
IOException
BitcoindeExceptionIOException@POST @Path(value="orders") BitcoindeIdResponse createOrder(@HeaderParam(value="X-API-KEY") String apiKey, @HeaderParam(value="X-API-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @HeaderParam(value="X-API-SIGNATURE") si.mazi.rescu.ParamsDigest paramsDigest, @FormParam(value="max_amount") BigDecimal max_amount, @FormParam(value="price") BigDecimal price, @FormParam(value="trading_pair") String trading_pair, @FormParam(value="type") String type) throws BitcoindeException, IOException
BitcoindeExceptionIOException@GET @Path(value="orders/compact") BitcoindeOrderbookWrapper getOrderBook(@QueryParam(value="trading_pair") String trading_pair, @HeaderParam(value="X-API-KEY") String apiKey, @HeaderParam(value="X-API-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @HeaderParam(value="X-API-SIGNATURE") si.mazi.rescu.ParamsDigest paramsDigest) throws BitcoindeException, IOException
BitcoindeExceptionIOException@GET @Path(value="trades/history") BitcoindeTradesWrapper getTrades(@QueryParam(value="trading_pair") String trading_pair, @QueryParam(value="since_tid") Integer since, @HeaderParam(value="X-API-KEY") String apiKey, @HeaderParam(value="X-API-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @HeaderParam(value="X-API-SIGNATURE") si.mazi.rescu.ParamsDigest paramsDigest) throws BitcoindeException, IOException
BitcoindeExceptionIOException@GET @Path(value="account") BitcoindeAccountWrapper getAccount(@HeaderParam(value="X-API-KEY") String apiKey, @HeaderParam(value="X-API-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @HeaderParam(value="X-API-SIGNATURE") si.mazi.rescu.ParamsDigest paramsDigest) throws BitcoindeException, IOException
BitcoindeExceptionIOException@GET @Path(value="orders/my_own") BitcoindeMyOpenOrdersWrapper getOrders(@HeaderParam(value="X-API-KEY") String apiKey, @HeaderParam(value="X-API-NONCE") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, @HeaderParam(value="X-API-SIGNATURE") si.mazi.rescu.ParamsDigest paramsDigest) throws BitcoindeException, IOException
BitcoindeExceptionIOExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.