Auto-Invest
Change Plan Status
Change Plan Status
Weight(IP): 1
post/sapi/v1/lending/auto-invest/plan/edit-status
Query parameters
planIdinteger required
status'ONGOING' | 'PAUSED' | 'REMOVED' required
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Plan result
Example response
{
"planId": 12345,
"nextExecutionDateTime": 1648378800000,
"status": "ONGOING"
}