Get Service Status

Get the service status

HTTP REQUEST

GET /api/v1/status

Example

GET /api/v1/status

{
  "code": "200000",
  "data": {
    "status": "open", //open:normal transaction, close:Stop Trading/Maintenance, cancelonly:can only cancel the order but not place order
    "msg": "upgrade match engine" //remark for operation
  }
}
REQUEST URL

This endpoint support Spot URL

REQUEST RATE LIMIT

Public weight:3

RESPONSES
Param Description
status Status of service: open:normal transaction, close:Stop Trading/Maintenance, cancelonly:can only cancel the order but not place order
msg Remark for operation