Package org.knowm.xchange.huobi.service
Class HuobiAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.huobi.service.HuobiBaseService
org.knowm.xchange.huobi.service.HuobiAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
HuobiAccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.huobi.service.HuobiBaseService
huobi, signatureCreator
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Method Summary
Modifier and TypeMethodDescriptionlong
createWithdraw
(String currency, BigDecimal amount, BigDecimal fee, String address, String addressTag) getDepositAddress
(String currency) getDepositAddressV2
(String currency) getDepositAddressWithTag
(String currency) getDepositWithdrawalHistory
(String currency, String type, String from) getFeeRate
(String symbols) getTransactFeeRate
(String currency) getWithdrawFeeRange
(String currency) Methods inherited from class org.knowm.xchange.huobi.service.HuobiBaseService
checkResult, checkResult, getHuobiAssets
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Method Details
-
getAccounts
- Throws:
IOException
-
getFeeRate
- Throws:
IOException
-
getTransactFeeRate
- Throws:
IOException
-
getDepositAddress
- Throws:
IOException
-
getDepositAddressV2
- Throws:
IOException
-
getDepositAddressWithTag
- Throws:
IOException
-
getDepositWithdrawalHistory
public HuobiFundingRecord[] getDepositWithdrawalHistory(String currency, String type, String from) throws IOException - Throws:
IOException
-
getWithdrawFeeRange
- Throws:
IOException
-
createWithdraw
public long createWithdraw(String currency, BigDecimal amount, BigDecimal fee, String address, String addressTag) throws IOException - Throws:
IOException
-