HTX will upgrade the transaction-fee-rate querying endpoint from version 1 to version 2

Dear API user,

Since Feb 5 2020, HTX will support a new version endpoint in existing REST API – “GET /v2/reference/transact-fee-rate”. 3 weeks later, since Mar 5 2020, the existing version endpoint “GET /v1/fee/fee-rate/get” will be removed.

Except the transaction fee rate applicable to the user, the response message from new version endpoint should also contain the HT deduction rate applicable to the user.

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

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

HTX
January 20, 2020

The URL and field list of the new version endpoint can be found as following:

GET /v2/reference/transact-fee-rate

Request Parameters

Field Name Mandatory Description
symbols True Trading symbols (multiple input allowed, maximum 10 symbols, separated by comma)

Response

Field Name Data Type Description
code integer Status code
message string Error message (if any)
data object  
[{ symbol string Trading symbol
makerFeeRate string Basic fee rate – passive side
takerFeeRate string Basic fee rate – aggressive side
actualMakerRate string Deducted fee rate – passive side. If deduction is inapplicable or disabled, return basic fee rate.
actualTakerRate }] string Deducted fee rate – aggressive side. If deduction is inapplicable or disabled, return basic fee rate.