Modify Subaccount Email
Frequency limit:10 times/1s (User ID)
Description
Modify subaccount email
HTTP Request
- POST /api/v2/broker/account/modify-subaccount-email
Request Example
curl -X POST "https://api.bitget.com/api/v2/broker/account/modify-subaccount-email" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:zh-CN" \
-H "Content-Type: application/json" \
-d '{"subUid": "111111","subaccountEmail": "xxx@xx.com"}'
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
subUid | String | Yes | Subaccount user id |
subaccountEmail | String | Yes | Subaccount email |
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1695784928863,
"data": "success"
}
Response Parameters
Parameter | Type | Description |
---|---|---|
subUid | String | Subaccount user id |
subaccountName | String | Username in email format generated by subaccountName as the prefix |
subaccountEmail | String | Subaccount email |
ctime | String | Creation time Unix millisecond timestamp, e.g. 1690196141868 |
utime | String | Update time Unix millisecond timestamp, e.g. 1690196141868 |