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
public class HuobiAccountServiceRaw extends HuobiBaseService
-
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 Type Method Description long
createWithdraw(String currency, BigDecimal amount, BigDecimal fee, String address, String addressTag)
HuobiAccount[]
getAccounts()
String
getDepositAddress(String currency)
HuobiDepositAddress[]
getDepositAddressV2(String currency)
HuobiDepositAddressWithTag
getDepositAddressWithTag(String currency)
HuobiFundingRecord[]
getDepositWithdrawalHistory(String currency, String type, String from)
HuobiFeeRate[]
getFeeRate(String symbols)
HuobiTransactFeeRate[]
getTransactFeeRate(String currency)
HuobiWithdrawFeeRange
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
-