API Update on 2020/01/22-Announcement on Adding Timestamp Parameters of “Search Match Results” API

Dear users,

In order for API users to obtain current and historical transaction orders more accurately, HTX API“Search Match Results “endpoint will add “start-time” and ”end-time“ parameters at 19:00 on January 22, 2021 (UTC+8). Details are as follows:

Search Match Results

HTTP Request

GET https://api.huobi.pro/v1/order/matchresults

Request Parameters

Parameter Data Type Required Default Description Value Range
start-time false long Far point of time of the query window (unix time in millisecond). Searching based on transact-time. The maximum size of the query window is 1 hour. The query window can be shifted within 30 days. ((end-time) – 1hour) [((end-time) – 1hour), (end-time)]
end-time false long Near point of time of the query window (unix time in millisecond). Searching based on transact-time. The maximum size of the query window is 1 hour. The query window can be shifted within 30 days. current-time [(current-time) – 29days,(current-time)]

Effective Date: January 22, 2021 (UTC+8)

Please refer to HTX API Docs or the Spot API Change Log for details.

API users need to evaluate how the API improvements will help with their trades and update relevant Apps accordingly.