Package org.knowm.xchange.yobit.service
Class YoBitAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.yobit.service.YoBitBaseService<YoBit>
org.knowm.xchange.yobit.service.YoBitAccountServiceRaw
org.knowm.xchange.yobit.service.YoBitAccountService
- All Implemented Interfaces:
AccountService,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.yobit.service.YoBitBaseService
service, signatureCreatorFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFundingHistory(TradeHistoryParams params) requestDepositAddress(Currency currency, String... args) withdrawFunds(Currency currency, BigDecimal amount, String address) withdrawFunds(WithdrawFundsParams params) Methods inherited from class org.knowm.xchange.yobit.service.YoBitAccountServiceRaw
getDepositAddress, getInfo, withdrawCoinsToAddressMethods 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, requestDepositAddressData, withdrawFunds
-
Constructor Details
-
YoBitAccountService
-
-
Method Details
-
getAccountInfo
- Throws:
IOException
-
withdrawFunds
public String withdrawFunds(Currency currency, BigDecimal amount, String address) throws IOException - Throws:
IOException
-
withdrawFunds
- Throws:
IOException
-
requestDepositAddress
- Throws:
IOException
-
getFundingHistory
- Throws:
IOException
-