Skip to main content

Redeem Investment

Redeem (withdraw from) an investment order.

Note: Redemption may take time to process. Check redemptionProcessing in Query Investment Orders for status.

Request Parameters​

NameTypeRequiredDescription
orderIdIntegerYesInvestment order ID
amountDoubleYesAmount to redeem

Response Content​

NameTypeDescription
successBooleanWhether the redemption was processed successfully
example
POSThttps://api.btse.com/spot/api/v3.3/invest/redeem

Request

{
"orderId": 12345,
"amount": 1
}

Response

{
"success": true
}