Skip to main content

Savings Subscription Result

Frequency limit: 10c/1s (Uid)

Description

Get savings subscription info

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:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
productIdStringYesProduct ID
periodTypeStringYesPeriod type
flexible flexible period
fixed fixed period
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1696752594890,
"data": {
"result": "success",
"msg": ""
}
}

Response Parameters

ParameterTypeDescription
resultStringSubscription result
success Success
fail Fail
msgStringThere will be an error message when the result is fail

How was your Reading Experience with us?