Skip to main content

Redeem Savings

Frequency limit: 10c/1s (Uid)

Description

Redeem savings

  • The interval of each redeem should be more than 1min, or it would return error

HTTP Request

  • POST /api/v2/earn/savings/redeem
Request Example
curl -X POST "https://api.bitget.com/api/v2/earn/savings/redeem" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \
-d '{"periodType":"flexible","productId":"23123123","amount":"99999999"}'

Request Parameters

ParameterTypeRequiredDescription
productIdStringYesProduct ID
orderIdStringNoAssets Order ID
get this for /assets orderId
periodTypeStringYesPeriod type
flexible flexible period
fixed fixed period
amountStringYesSubscribe amount
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1696751519392,
"data": {
"orderId": "123123123",
"status": "2000.000000"
}
}

Response Parameters

ParameterTypeDescription
orderIdStringRedemption successful order ID
statusStringorder status

How was your Reading Experience with us?