v26

latestOpenAPI 3.0.2raw.githubusercontent.com2024-10-0834042975.6 KB
Dual Investment

Change Auto-Compound status(USER_DATA)

Change Auto-Compound status

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

Weight(IP): 1

Rate Limit: Maximum 1 time/s per account

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

Query parameters

positionIdinteger required

Get positionId from /sapi/v1/dci/product/positions

autoCompoundPlan'NONE' | 'STANDARD' | 'ADVANCE' required

NONE: switch off the plan, STANDARD: standard plan, ADVANCED: advanced plan;

recvWindowinteger
Example:5000

The value cannot be greater than 60000

timestampinteger required

UTC timestamp in ms

signaturestring required

Signature

Response

Change Auto-Compound status response

positionIdstring required
autoCompoundPlanstring required

NONE, STANDARD, ADVANCED

Example response

{
  "autoCompoundPlan": "ADVANCED"
}