Spot API Change Log (July 2020)

Dear users,

Welcome to HTX API!We will continue to update the Spot API change log (July 2020) in this announcement, please follow us to get latest news. Please refer to 【API Docs】for more details.

6. HTX will introduce one new REST API endpoint : Get Asset Valuation — GET /v2/account/asset-valuation

HTX will introduce one new REST API endpoint:

Get Asset Valuation — GET /v2/account/asset-valuation

This endpoint allows parent user and sub user to query the valuation of the total assets of the account in btc or fiat currency. The balance valuation is based on the accumulation of individual account's account balance.

Effective Date: July 17, 2020 (GMT+8)

All the changes will be updated on 【API Docs】. Clickhereto download the change details.

 

5. HTX Will Add Six Response Fields in " GET /v1/common/symbols" 

HTX will adjust the existing REST API " GET /v1/common/symbols " as follows:

1. Add limit-order-min-order-amt to return minimum order amount of limit order;
2. Add limit-order-max-order-amt to return max order amount of limit order;
3. Add sell-market-min-order-amt to return minimum order amount of sell-market order;
4. Add sell-market-max-order-amt to return max order amount of sell-market order;
5. Add buy-market-max-order-amt to return minimum order value of limit order and buy-market order;
6. Add max-order-value to return max order value of limit order and buy-market order.




Effective Date: July 16, 2020 (GMT+8)

All the changes will be updated on 【API Docs】. Clickhereto download the change details.

 

4. HTX is going to include order cancellation updates in existing Websocket channel trade.clearing#${symbol}

Currently, the Websocket subscription channel trade.clearing#${symbol} only disseminates order transaction updates.

Since the effective date of this notification, HTX will include order cancellation updates in the same channel, also add a few new fields in order transaction updates. The channel will be renamed from “Trade Details post Clearing” to “Trade & Cancellation post Clearing”.

Effective Date: July 24, 2020 (GMT+8)

All the changes will be updated on 【API Docs】. Clickhereto download the change details.

 

3. HTX is going to adjust the rate limit value for batch order submission endpoint

Since the effective date of this notification, HTX will adjust the rate limit value for endpoint - POST /v1/order/batch-orders.

Effective Date: July 9, 2020 (GMT+8)

All the changes will be updated on 【API Docs】. Clickhereto download the change details.

 

2. HTX is going to add two new endpoints to support ‘terminable’ HTX points

Currently, the HTX points hold by HTX users are termless. Along with point exchange channel opening, HTX users should be able to exchange ‘terminable’ points via HTX official web site.

Since the effective date of this notification, HTX will introduce two new RESTful endpoints to support point balance querying and point transfer.

Effective Date: July 9, 2020 (GMT+8)

All the changes will be updated on 【API Docs】. Clickhereto download the change details.

 

1. HTX is going to add conditional order event types in existing Websocket subscription channel orders#${symbol}

Currently, the Websocket channel orders#${symbol} supports following event types – - Order creation (eventType=creation) - Order execution (eventType=trade) - Order cancellation (eventType=cancellation)

Since the effective date of this notification, HTX will add two more event types in this channel – - Conditional order triggering failure (eventType=trigger) - Conditional order being cancelled before triggering (eventType=deletion)

Effective Date: July 8, 2020 (GMT+8)

All the changes will be updated on 【API Docs】. Clickhereto download the change details.