Skip to main content

Change Auto-Compound status(USER_DATA)

API Description

Change Auto-Compound status

HTTP Request

POST /sapi/v1/dci/product/auto_compound/edit-status

Request Weight

1(IP)

Request Parameters

NameTypeMandatoryDescription
positionIdSTRINGYESGet positionId from /sapi/v1/dci/product/positions
AutoCompoundPlanSTRINGNONE, STANDARD,ADVANCED
recvWindowLONGNOThe value cannot be greater than 60000
timestampLONGYES

Notes:

  • 15:31 ~ 16:00 UTC+8 This function is disabled

Response Example

{
"positionId":"123456789"
"autoCompoundPlan":"ADVANCED", //NONE,STANDARD,ADVANCED
}