Class HitbtcAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.hitbtc.v2.service.HitbtcBaseService
org.knowm.xchange.hitbtc.v2.service.HitbtcAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
HitbtcAccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.hitbtc.v2.service.HitbtcBaseService
hitbtc
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDepositAddress
(Currency currency) getTransactions
(String currency, Integer limit, Integer offset) getTransactions
(String currency, HitbtcSort sort, Long fromIndex, Long tillIndex, Integer limit, Integer offset) getTransactions
(String currency, HitbtcSort sort, Date from, Date till, Integer limit, Integer offset) transferFunds
(Currency currency, BigDecimal amount, HitbtcTransferType hitbtcTransferType) transferToMain
(Currency currency, BigDecimal amount) transferToTrading
(Currency currency, BigDecimal amount) withdrawFundsRaw
(Currency currency, BigDecimal amount, String address, String paymentId) withdrawFundsRaw
(Currency currency, BigDecimal amount, String address, String paymentId, Boolean includeFee) Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
HitbtcAccountServiceRaw
-
-
Method Details
-
withdrawFundsRaw
public String withdrawFundsRaw(Currency currency, BigDecimal amount, String address, String paymentId) throws si.mazi.rescu.HttpStatusIOException - Throws:
si.mazi.rescu.HttpStatusIOException
-
withdrawFundsRaw
public String withdrawFundsRaw(Currency currency, BigDecimal amount, String address, String paymentId, Boolean includeFee) throws si.mazi.rescu.HttpStatusIOException - Throws:
si.mazi.rescu.HttpStatusIOException
-
transferFunds
public HitbtcInternalTransferResponse transferFunds(Currency currency, BigDecimal amount, HitbtcTransferType hitbtcTransferType) throws IOException - Throws:
IOException
-
transferToTrading
- Throws:
IOException
-
transferToMain
- Throws:
IOException
-
getMainBalance
- Throws:
IOException
-
getTradingBalance
- Throws:
IOException
-
getDepositAddress
- Throws:
IOException
-
getTransactions
public List<HitbtcTransaction> getTransactions(String currency, Integer limit, Integer offset) throws si.mazi.rescu.HttpStatusIOException - Throws:
si.mazi.rescu.HttpStatusIOException
-
getTransactions
public List<HitbtcTransaction> getTransactions(String currency, HitbtcSort sort, Date from, Date till, Integer limit, Integer offset) throws si.mazi.rescu.HttpStatusIOException - Throws:
si.mazi.rescu.HttpStatusIOException
-
getTransactions
public List<HitbtcTransaction> getTransactions(String currency, HitbtcSort sort, Long fromIndex, Long tillIndex, Integer limit, Integer offset) throws si.mazi.rescu.HttpStatusIOException - Throws:
si.mazi.rescu.HttpStatusIOException
-