public class CoinmateAccountService extends CoinmateAccountServiceRaw implements AccountService
exchange| Constructor and Description |
|---|
CoinmateAccountService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
TradeHistoryParams |
createFundingHistoryParams() |
AccountInfo |
getAccountInfo() |
List<FundingRecord> |
getFundingHistory(TradeHistoryParams params) |
String |
requestDepositAddress(Currency currency,
String... args) |
String |
withdrawFunds(Currency currency,
BigDecimal amount,
String address) |
String |
withdrawFunds(WithdrawFundsParams params) |
coinmateBitcoinDepositAddresses, coinmateBitcoinWithdrawal, getCoinmateBalancethrowExceptionIfErrorverifyOrder, verifyOrder, verifyOrderpublic CoinmateAccountService(Exchange exchange)
public AccountInfo getAccountInfo() throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
getAccountInfo in interface AccountServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionpublic String withdrawFunds(Currency currency, BigDecimal amount, String address) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
withdrawFunds in interface AccountServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionpublic String withdrawFunds(WithdrawFundsParams params) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
withdrawFunds in interface AccountServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionpublic String requestDepositAddress(Currency currency, String... args) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
requestDepositAddress in interface AccountServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionpublic TradeHistoryParams createFundingHistoryParams()
createFundingHistoryParams in interface AccountServicepublic List<FundingRecord> getFundingHistory(TradeHistoryParams params) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
getFundingHistory in interface AccountServiceExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOExceptionCopyright © 2015–2017 Coinmate. All rights reserved.