跳到主要内容

Service Status

危险

Poloniex Futures v2 API It will gradually go offline later, and you can access the V3 API to provide you with a better trading experience.

Get the service status

Get the service status.

HTTP Request

GET https://futures-api.poloniex.com/api/v1/status

Example:
  {    
"code": "200000",
"data": {
"status": "open", //open, close, cancelonly
"msg": "upgrade match engine" //remark for operation
}
}