Package org.knowm.xchange.itbit.service
Class ItBitAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.itbit.service.ItBitBaseService
org.knowm.xchange.itbit.service.ItBitAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
ItBitAccountService
public class ItBitAccountServiceRaw extends ItBitBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.itbit.service.ItBitBaseService
apiKey, itBitAuthenticated, itBitPublic, signatureCreator, userId, walletId
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description ItBitAccountServiceRaw(Exchange exchange)
Constructor -
Method Summary
Modifier and Type Method Description List
getAllWallets()
ItBitFundingHistoryResponse
getFunding(int page, int perPage)
ItBitAccountInfoReturn[]
getItBitAccountInfo()
ItBitAccountInfoReturn
getItBitAccountInfo(String walletId)
String
requestItBitDepositAddress(String currency, String... args)
String
withdrawItBitFunds(String currency, BigDecimal amount, String address)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
ItBitAccountServiceRaw
Constructor- Parameters:
exchange
-
-
-
Method Details
-
getItBitAccountInfo
- Throws:
IOException
-
getAllWallets
-
getFunding
-
withdrawItBitFunds
public String withdrawItBitFunds(String currency, BigDecimal amount, String address) throws IOException- Throws:
IOException
-
requestItBitDepositAddress
- Throws:
IOException
-
getItBitAccountInfo
- Throws:
IOException
-