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 Summary
Fields inherited from class org.knowm.xchange.coingi.service.CoingiBaseService
signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondepositWallet
(CoingiDepositWalletRequest request) 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
-