public interface CleverCoinAuthenticated extends CleverCoin
| Modifier and Type | Method and Description |
|---|---|
CleverCoinCancelOrder |
cancelOrder(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
int orderId) |
CleverCoinOpenOrder |
createLimitedOrder(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String type,
BigDecimal amount,
BigDecimal price) |
CleverCoinBalance[] |
getBalance(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CleverCoinDepositAddress |
getBitcoinDepositAddress(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CleverCoinOrder[] |
getOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
CleverCoinUserTransaction[] |
getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
int count) |
CleverCoinWithdrawal |
withdrawBitcoin(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String toAddress) |
getOrderBook, getTicker, getTransactions, getTransactionsCleverCoinOrder[] getOpenOrders(@HeaderParam(value="X-CleverAPI-Key") String apiKey, @HeaderParam(value="X-CleverAPI-Signature") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-CleverAPI-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws CleverCoinException, IOException
CleverCoinExceptionIOExceptionCleverCoinOpenOrder createLimitedOrder(@HeaderParam(value="X-CleverAPI-Key") String apiKey, @HeaderParam(value="X-CleverAPI-Signature") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-CleverAPI-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String type, BigDecimal amount, BigDecimal price) throws CleverCoinException, IOException
CleverCoinExceptionIOExceptionCleverCoinCancelOrder cancelOrder(@HeaderParam(value="X-CleverAPI-Key") String apiKey, @HeaderParam(value="X-CleverAPI-Signature") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-CleverAPI-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, int orderId) throws CleverCoinException, IOException
CleverCoinExceptionIOExceptionCleverCoinBalance[] getBalance(@HeaderParam(value="X-CleverAPI-Key") String apiKey, @HeaderParam(value="X-CleverAPI-Signature") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-CleverAPI-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws CleverCoinException, IOException
CleverCoinExceptionIOExceptionCleverCoinUserTransaction[] getUserTransactions(@HeaderParam(value="X-CleverAPI-Key") String apiKey, @HeaderParam(value="X-CleverAPI-Signature") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-CleverAPI-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, int count) throws CleverCoinException, IOException
CleverCoinExceptionIOExceptionCleverCoinDepositAddress getBitcoinDepositAddress(@HeaderParam(value="X-CleverAPI-Key") String apiKey, @HeaderParam(value="X-CleverAPI-Signature") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-CleverAPI-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce) throws CleverCoinException, IOException
CleverCoinExceptionIOExceptionCleverCoinWithdrawal withdrawBitcoin(@HeaderParam(value="X-CleverAPI-Key") String apiKey, @HeaderParam(value="X-CleverAPI-Signature") si.mazi.rescu.ParamsDigest signer, @HeaderParam(value="X-CleverAPI-Nonce") si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String toAddress) throws CleverCoinException, IOException
CleverCoinExceptionIOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.