Skip to main content

Redeem Flexible Product(TRADE)

API Description

Redeem Flexible Product

HTTP Request

POST /sapi/v1/simple-earn/flexible/redeem

Request Weight(IP)

1

Rate Limit

1/3s per account

Request Parameters

NameTypeMandatoryDescription
productIdSTRINGYES
redeemAllBOOLEANNOtrue or false, default to false
amountDECIMALNOif redeemAll is false, amount is mandatory
destAccountENUMNOSPOT,FUND, default SPOT
recvWindowLONGNO
timestampLONGYES
  • You need to open Enable Spot & Margin Trading permission for the API Key which requests this endpoint.

Response Example

{
"redeemId": 40607,
"success": true
}