HTX is going to support 2 new fields into existing REST endpoint -“GET /reference/currencies”

Dear API user,

Since the effective day of this notification, following new fields will be added into existing REST endpoint “GET /reference/currencies” –

1) Base chain name – baseChain
2) Whether dynamic fee type or not – isDynamic

Effective Date: February 3, 2020 (GMT+8)

All the changes will be updated on https://huobiapi.github.io/docs/spot/v1/en/

HTX
January 16, 2020

 

The followings are change details:

REST API – reference information of each crypto currency

GET /reference/currencies (Public Endpoint)

  • Request parameter(s)
Parameter Required Data Type Description Value Range Default Value
currency  false string Currency    
authorizedUser false boolean Authorized user true,false true
  • Response
Parameter Required Data Type Description Value Range
code true int Status code  
message false string Error message (if any)  
data true object List in ascending order of “currency”  
  { currency true string Currency  
    chains true object List in ascending order of “chain”  
      { chain true string Chain name  
        baseChain false string Base chain name  
        numOfConfirmations true int Number of confirmations required for deposit success (trading & withdrawal allowed once reached)  
        numOfFastConfirmations true int Number of confirmations required for quick success (trading allowed but withdrawal disallowed once reached)  
        minDepositAmt true string Minimal deposit amount in each request  
        depositStatus true string Deposit status allowed,prohibited
        minWithdrawAmt true string Minimal withdraw amount in each request  
        maxWithdrawAmt true string Maximum withdraw amount in each request  
withdrawQuotaPerDay true string Maximum withdraw amount in a day  
        withdrawQuotaPerYear true string Maximum withdraw amount in a year  
        withdrawQuotaTotal true string Maximum withdraw amount in total  
        withdrawPrecision true int Withdraw amount precision  
        withdrawFeeType true string Type of withdraw fee fixed,circulated,ratio
        isDynamic false boolean Is dynamic fee type or not (only applicable to withdrawFeeType = fixed) true,false
        transactFeeWithdraw false string Withdraw fee in each request (only applicable to withdrawFeeType = fixed)  
        minTransactFeeWithdraw false string Minimal withdraw fee in each request (only applicable to withdrawFeeType = circulated)  
        maxTransactFeeWithdraw false string Maximum withdraw fee in each request (only applicable to withdrawFeeType = circulated or ratio)  
        transactFeeRateWithdraw false string Withdraw fee in each request (only applicable to withdrawFeeType = ratio)  
        withdrawStatus } true string Withdraw status allowed, prohibited
    instStatus } true string Instrument status normal, delisted