Skip to main content

Deposit Investment

Deposit into an investment product.

Note: Check minSize and incrementalSize from Query Investment Products before depositing.

Request Parameters​

NameTypeRequiredDescription
productIdStringYesProduct ID
amountDoubleYesInvestment amount
renewBooleanYesWhether to auto-renew
dayIntegerYesInvestment duration in days

Response Content​

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

Request

{
"productId": "OPENETH00001",
"amount": 1,
"renew": false,
"day": 1
}

Response

{
"success": true
}