Class CryptonitAccountServiceRaw
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.cryptonit2.service.CryptonitBaseService
-
- org.knowm.xchange.cryptonit2.service.CryptonitAccountServiceRaw
-
- All Implemented Interfaces:
org.knowm.xchange.service.BaseService
- Direct Known Subclasses:
CryptonitAccountService
public class CryptonitAccountServiceRaw extends CryptonitBaseService
- Author:
- yurivin
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCryptonitAccountServiceRaw(org.knowm.xchange.Exchange exchange)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CryptonitBalancegetCryptonitBalance()CryptonitUserTransaction[]getCryptonitUserTransactions(Long numberOfTransactions, Long offset, String sort)CryptonitUserTransaction[]getCryptonitUserTransactions(Long numberOfTransactions, org.knowm.xchange.currency.CurrencyPair pair, Long offset, String sort)List<WithdrawalRequest>getWithdrawalRequests(Long timeDelta)CryptonitWithdrawalwithdrawCrypto(BigDecimal amount, String address, org.knowm.xchange.currency.Currency currency)CryptonitWithdrawalwithdrawSepa(SepaWithdrawParams params)-
Methods inherited from class org.knowm.xchange.cryptonit2.service.CryptonitBaseService
handleError
-
-
-
-
Method Detail
-
getCryptonitBalance
public CryptonitBalance getCryptonitBalance() throws IOException
- Throws:
IOException
-
withdrawCrypto
public CryptonitWithdrawal withdrawCrypto(BigDecimal amount, String address, org.knowm.xchange.currency.Currency currency) throws IOException
- Throws:
IOException
-
withdrawSepa
public CryptonitWithdrawal withdrawSepa(SepaWithdrawParams params) throws IOException
- Throws:
IOException
-
getWithdrawalRequests
public List<WithdrawalRequest> getWithdrawalRequests(Long timeDelta) throws IOException
- Throws:
IOException
-
getCryptonitUserTransactions
public CryptonitUserTransaction[] getCryptonitUserTransactions(Long numberOfTransactions, org.knowm.xchange.currency.CurrencyPair pair, Long offset, String sort) throws IOException
- Throws:
IOException
-
getCryptonitUserTransactions
public CryptonitUserTransaction[] getCryptonitUserTransactions(Long numberOfTransactions, Long offset, String sort) throws IOException
- Throws:
IOException
-
-