HTX is going to support a new REST API – Withdraw quota for each currency

Dear API users,

Since the effective day of this notification, the withdraw quota of each crypto currency, will be introduced in a new REST endpoint “GET /v2/account/withdraw/quota”. It’s a private endpoint as the quota could be various by user.

Effective Date: September 26, 2019 (GMT+8)
All the changes will be updated on 【API Docs】

HTX
September 20, 2019

The following are change details:
REST API – withdraw quota of each crypto currency
GET /v2/account/withdraw/quota (Private Endpoint)API key permission: Read
Request parameter(s):


Parameter Required Data Type Description Value Range Default Value
currency false string Currency    

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  
maxWithdrawAmt true string Maximum withdraw amount in each request  
withdrawQuotaPerDay true string Maximum withdraw amount in a day  
remainWithdrawQuotaPerDay true string Remaining withdraw quota in the day  
withdrawQuotaPerYear true string Maximum withdraw amount in a year  
remainWithdrawQuotaPerYear true string Remaining withdraw quota in the year  
withdrawQuotaTotal true string Maximum withdraw amount in total  
remainWithdrawQuotaTotal }} true string Remaining withdraw quota in total