get
https://api.connex.trade/api/v1/system/status
Get event status of system upgrade.
Permission
- As long as you have
READpermission, the API can be called, regardless of whether it's a Primary API Key or Sub-Portfolio API Key.
Rate Limit
- no rate limit
Request
None
Response
| Field name | Type | Remarks |
|---|---|---|
| status | Integer | 1: Processing 0: Waiting |
| startTime | Long | Start time |
| endTime | Long | End time |
| desc | String | Maintenance Message |
| serviceType | String | TRADE: Trading Service |
| maintainType | String | 1: Schedule maintenance |
| env | String | 1: Production |
