跳到主要内容

Service Status

危险

Poloniex futures v1/v2 API will be officially offline on November 30, 2024. 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
}
}