Skip to main content

Savings Subscribe Order Result

Frequency limit: 10c/1s (Uid)

HTTP Request

  • GET /api/v2/earn/savings/subscribe-result
Request Example
curl "https://api.bitget.com/api/v2/earn/savings/subscribe-result?orderId=123123&periodType=flexible" \
-H "ACCESS-KEY:you apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request parameters

ParameterTypeRequiredDescription
productIdStringYesproductId
periodTypeStringYesperiod type
flexible flexible current
fixed fixed term
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1696752594890,
"data": {
"result": "success",
"msg": ""
}
}

Response Parameters

ParameterTypeDescription
resultStringIs the subscription successful success / fail
msgStringThere will only be a message when it fails