Skip to main content

Get Upgrade Status

Description

No account type restrictions; both parent and sub-accounts are supported.

HTTP Request

  • POST /api/v2/spot/account/upgrade-status
  • Rate Limit: 1 req/sec/UID
Request Example
curl "https://api.bitget.com/api/v2/spot/account/upgrade-status" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameter

ParameterTypeRequiredDescription
subUidStringNoSub-account User ID
- This parameter is only valid when invoked by the parent account. It is ignored if invoked by a sub-account.
- Parent-child relationship verification must be performed between the passed-in sub-account and the calling parent account to prevent unauthorized access.
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1746687063471,
"data": {
"status": "success"
}
}

Response Parameter

ParameterTypeDescription
statusStringUpgrade Status
processProcessing
successSuccess
failFailed

How was your Reading Experience with us?