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
| Name | Type | Mandatory | Description |
|---|---|---|---|
| positionId | STRING | YES | Get positionId from /sapi/v1/dci/product/positions |
| AutoCompoundPlan | STRING | NONE, STANDARD,ADVANCED | |
| recvWindow | LONG | NO | The value cannot be greater than 60000 |
| timestamp | LONG | YES |
Notes:
- 15:31 ~ 16:00 UTC+8 This function is disabled
Response Example
{
"positionId":"123456789"
"autoCompoundPlan":"ADVANCED", //NONE,STANDARD,ADVANCED
}