Package org.knowm.xchange.coingi.service
Class CoingiAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coingi.service.CoingiBaseService
org.knowm.xchange.coingi.service.CoingiAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
CoingiAccountService
public class CoingiAccountServiceRaw extends CoingiBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.coingi.service.CoingiBaseService
signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
CoingiAccountServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description CoingiDepositWalletResponse
depositWallet(CoingiDepositWalletRequest request)
CoingiBalances
getCoingiBalance()
CoingiUserTransactionList
getTransactions(CoingiTransactionHistoryRequest request)
CoingiWithdrawalResponse
withdraw(CoingiWithdrawalRequest request)
Methods inherited from class org.knowm.xchange.coingi.service.CoingiBaseService
handleAuthentication
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
CoingiAccountServiceRaw
-
-
Method Details
-
getCoingiBalance
- Throws:
IOException
-
getTransactions
public CoingiUserTransactionList getTransactions(CoingiTransactionHistoryRequest request) throws IOException- Throws:
IOException
-
withdraw
- Throws:
IOException
-
depositWallet
public CoingiDepositWalletResponse depositWallet(CoingiDepositWalletRequest request) throws IOException- Throws:
IOException
-