GET
/
v1
/
public
/
system_info
curl --request GET \
  --url https://api-evm.orderly.network/v1/public/system_info
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "status": 123,
    "scheduled_maintenance": {
      "startTime": 1618822380000,
      "endTime": 1618822440000
    },
    "msg": "<string>"
  }
}

Response

200 - application/json
success
boolean
required
timestamp
integer
data
object
required