Redeem Investment
POSTπ Trading
Redeem (withdraw from) an investment order.
Note: Redemption may take time to process. Check
redemptionProcessingin Query Investment Orders for status.
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| orderId | Integer | Yes | Investment order ID |
| amount | Double | Yes | Amount to redeem |
Response Contentβ
| Name | Type | Description |
|---|---|---|
| success | Boolean | Whether the redemption was processed successfully |
example
POST
https://api.btse.com/spot/api/v3.3/invest/redeemRequest
{
"orderId": 12345,
"amount": 1
}
Response
{
"success": true
}