Skip to Content

Restart Grid Order

Restart a suspended grid order. The grid resumes from its saved configuration and begins triggering orders again. Only a grid previously paused with Suspend Grid Order can be restarted.

CLI
# Restart a suspended grid order by ID
longbridge grid restart 764609681686573056

Request

HTTP MethodPOST
HTTP URL/v1/gridtrading/restart

Parameters

Content-Type: application/json; charset=utf-8

NameTypeRequiredDescription
order_idstringYESGrid order ID, example: 764609681686573056

Request Example

Response

Response Headers

  • Content-Type: application/json

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {}
}

Response Status

StatusDescriptionSchema
200The grid order was restarted successfully.None
400The request was rejected with an incorrect request parameter.None