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
- 
Field SummaryFields inherited from class org.knowm.xchange.coingi.service.CoingiBaseServicesignatureCreatorFields inherited from class org.knowm.xchange.service.BaseExchangeServiceexchange
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondepositWallet(CoingiDepositWalletRequest request) withdraw(CoingiWithdrawalRequest request) Methods inherited from class org.knowm.xchange.coingi.service.CoingiBaseServicehandleAuthenticationMethods inherited from class org.knowm.xchange.service.BaseExchangeServiceverifyOrder, verifyOrder, verifyOrder
- 
Constructor Details- 
CoingiAccountServiceRaw
 
- 
- 
Method Details- 
getCoingiBalance- Throws:
- IOException
 
- 
getTransactionspublic CoingiUserTransactionList getTransactions(CoingiTransactionHistoryRequest request) throws IOException - Throws:
- IOException
 
- 
withdraw- Throws:
- IOException
 
- 
depositWalletpublic CoingiDepositWalletResponse depositWallet(CoingiDepositWalletRequest request) throws IOException - Throws:
- IOException
 
 
-