Package org.knowm.xchange.bitso.service
Class BitsoAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bitso.service.BitsoBaseService
org.knowm.xchange.bitso.service.BitsoAccountServiceRaw
org.knowm.xchange.bitso.service.BitsoAccountService
- All Implemented Interfaces:
AccountService,BaseService
- Author:
- Matija Mazi
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrequestDepositAddress(Currency currency, String... arguments) This returns the currently set deposit address.withdrawFunds(Currency currency, BigDecimal amount, String address) withdrawFunds(WithdrawFundsParams params) Methods inherited from class org.knowm.xchange.bitso.service.BitsoAccountServiceRaw
getBitsoBalance, getBitsoBitcoinDepositAddress, withdrawBitsoFunds, withdrawToRippleMethods 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
getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddressData, withdrawFunds
-
Constructor Details
-
BitsoAccountService
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
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
-
requestDepositAddress
This returns the currently set deposit address. It will not generate a new address (ie. repeated calls will return the same address).- Specified by:
requestDepositAddressin interfaceAccountService- Throws:
IOException
-
createFundingHistoryParams
- Specified by:
createFundingHistoryParamsin interfaceAccountService
-