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, getTransactions
CleverCoinOrder[] 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
CleverCoinException
IOException
CleverCoinOpenOrder 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
CleverCoinException
IOException
CleverCoinCancelOrder 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
CleverCoinException
IOException
CleverCoinBalance[] 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
CleverCoinException
IOException
CleverCoinUserTransaction[] 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
CleverCoinException
IOException
CleverCoinDepositAddress 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
CleverCoinException
IOException
CleverCoinWithdrawal 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
CleverCoinException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.