BinanceRedeemFlexibleProduct
Redeem funds from a Binance Flexible Earn product via API. Specify product ID, amount, redeem all option, and destination account to control the withdrawal.
Instructions
Allows users to redeem their funds from a Flexible Earn investment product using a programmatic HTTP POST request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | If redeemAll is false, amount is mandatory | |
| productId | Yes | Product ID | |
| redeemAll | No | true or false, default to false | |
| recvWindow | No | Time window for request validity | |
| destAccount | No | Destination account: SPOT or FUND; default is SPOT |