HTX will support a new REST endpoint to acquire system status ,incidents and planned maintenance

Dear API users,

Since the effective day of this notification, HTX will add one new REST API :

Get system status – GET https://status.huobigroup.com/api/v2/summary.json
This endpoint allows users to get system status, Incidents and planned maintenance.

The system status can also be obtained through email, SMS, webhook, RSS/Atom feed. Users can go to https://status.huobigroup.com/ to subscribe. The subscription function depends on Google services. Before you subscribe, please ensure that you can access Google services normally.

Effective Date: March 2, 2020 (GMT+8)

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

HTX
March 3, 2020

 

The following are the changes in details:

GET https://status.huobigroup.com/api/v2/summary.json

Request Parameters:

None

Response Content:

Parameter Data Type Description
page   basic information of huobi spot status page
{id string page id
name string page name
url string page url
time_zone string time zone
updated_at string page update time
components   System components and their status
[{id string component id
name string component name, including Order submission, Order cancellation, Deposit etc.
status string component status, value range: operational, degraded_performance, partial_outage, major_outage
created_at string component create time
updated_at string component update time
.......}]   for details of other fields, please refer to the return example
incidents   System fault incident and their status. If there is no fault at present, it will return to null
[{id string incident id
name string incident name
status string incident staus, value range: investigating, identified, monitoring, resolved
created_at string incident creat time
updated_at string incident update time
.......}]   for details of other fields, please refer to the return example
scheduled_maintenances   System scheduled maintenance incident and status. If there is no scheduled maintenance at present, it will return to null
[{id string incident id
name string incident name
status string incident staus, value range: scheduled, in progress, verifying, completed
created_at string incident creat time
updated_at string incident update time
scheduled_for string scheduled maintenance start time
scheduled_until string scheduled maintenance end time
.......}]   for details of other fields, please refer to the return example
status   The overall current status of the system
{indicator string system indicator, value range: none, minor, major, critical, maintenance
description} string system description, value range: All Systems Operational, Minor Service Outager, Partial System Outage, Partially Degraded Service, Service Under Maintenance