Index Linked Plan Redemption(TRADE)
API Description
To redeem index-Linked plan holdings
HTTP Request
POST /sapi/v1/lending/auto-invest/redeem
Request Weight(IP)
1
Rate Limit
once every 3s per account
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
indexId | LONG | YES | PORTFOLIO plan's Id |
requestId | STRING | NO | sourceType + unique, transactionId and requestId cannot be empty at the same time |
redemptionPercentage | LONG | YES | user redeem percentage,10/20/100.. |
recvWindow | LONG | NO | no more than 60000 |
timestamp | LONG | YES |
Response Example
{
"redemptionId":19, //This is the identifier for this redemption requests
}