HTX is going to support a new REST API – reference information of each crypto currency
- API Announcements
Dear API users,
Since the effective day of this notification, the public reference information of each crypto currency as well as its corresponding chain(s) information, will be introduced in a new REST endpoint “GET /reference/currencies”. It includes standard withdraw fee, standard withdraw quota, deposit/withdraw status, and so on.
Effective Date: September 20, 2019 (GMT+8)
All the changes will be updated on 【API Docs】
HTX
September 20, 2019
The following 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 | |
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 |
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 |