Skip to main content

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

NameTypeMandatoryDescription
indexIdLONGYESPORTFOLIO plan's Id
requestIdSTRINGNOsourceType + unique, transactionId and requestId cannot be empty at the same time
redemptionPercentageLONGYESuser redeem percentage,10/20/100..
recvWindowLONGNOno more than 60000
timestampLONGYES

Response Example

{
"redemptionId":19, //This is the identifier for this redemption requests
}