cURL
curl --request GET \ --url https://api.orderly.org/v1/public/system_info
{ "success": true, "data": { "status": 0, "msg": "<string>", "scheduled_maintenance": { "startTime": 1618822380000, "endTime": 1618822440000 } }, "timestamp": 1702989203989 }
Limit: 1 request per 1 second per IP address
GET /v1/public/system_info
Returns the current system status for Orderly. status = 0 indicates normal operation. status = 2 indicates maintenance mode.
status = 0
status = 2
OK
Indicates whether the request was successful.
true
Show child attributes
Server timestamp in milliseconds.
1702989203989