Skip to Content

Submit Strategy Questionnaire

Record the strategy risk-disclosure consent. This is a one-time acknowledgement that must be submitted once before you can place any grid order. Until it is recorded, submitting a grid order will be rejected.

CLI
# Submit the strategy risk-disclosure questionnaire (one-time consent)
longbridge grid questionnaire

Request

HTTP MethodPOST
HTTP URL/v1/record/questionnaire

Parameters

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

NameTypeRequiredDescription
typestringYESQuestionnaire type, fixed value: strategy
itemsobjectYESConsent items, e.g. { "agree": "true" }

Request Example

Response

Response Headers

  • Content-Type: application/json

Response Example

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

Response Status

StatusDescriptionSchema
200The strategy consent was recorded successfully.None
400The request was rejected with an incorrect request parameter.None