Class CoinoneAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coinone.service.CoinoneBaseService
org.knowm.xchange.coinone.service.CoinoneAccountServiceRaw
org.knowm.xchange.coinone.service.CoinoneAccountService
- All Implemented Interfaces:
AccountService,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.coinone.service.CoinoneBaseService
apiKey, apiSecret, coinone, payloadCreator, signatureCreator, urlFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithdrawFunds(Currency currency, BigDecimal amount, String address) withdrawFunds(WithdrawFundsParams withdrawFundsParams) Methods inherited from class org.knowm.xchange.coinone.service.CoinoneAccountServiceRaw
getWallet, withdrawFundMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.service.account.AccountService
createFundingHistoryParams, getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddress, requestDepositAddressData, withdrawFunds
-
Constructor Details
-
CoinoneAccountService
Constructor- Parameters:
exchange-
-
-
Method Details
-
getAccountInfo
public AccountInfo getAccountInfo() throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException- Specified by:
getAccountInfoin interfaceAccountService- Throws:
ExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOException
-
withdrawFunds
public String withdrawFunds(Currency currency, BigDecimal amount, String address) throws IOException - Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
withdrawFunds
- Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-