跳到主要内容

批量创建虚拟子账户和apikey

限速规则 1次/1s (UID)

描述

批量创建虚拟子账户和apikey

HTTP请求

  • POST /api/v2/user/batch-create-subaccount-and-apikey
请求示例
curl -X POST "https://api.bitget.com/api/v2/user/batch-create-subaccount-and-apikey" \
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*" \
-H "ACCESS-PASSPHRASE:*" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json" \ -d \'[{"subAccountName":"armendon","passphrase":"1r1b6uX6PQ9tbKwa","permList":["spot_trade,contract_trade"],"label":"1681808312065"}]'

请求参数

参数名参数类型是否必须描述
subAccountNameString虚拟子账户昵称 长度为8位的英文字母
passphraseString口令 长度为 8~32位的英文字母+数字
labelString子账户备注 长度20
ipListList虚拟子账户ApiKey ip 白名单, 最大30
permListList子账户apiKey 权限
contract-order 合约订单
contract-position 合约持仓
spot-trade 现货交易
margin-trade 现货杠杆交易
copytrading-trade 跟单交易
wallet-transfer 钱包划转
wallet-withdraw 钱包提币
选择只读权限类型时传入钱包提币无效,提币没有只读权限
返回示例
{
"code": "00000",
"msg": "success",
"requestTime": 1682662465346,
"data": [
{
"subAccountUid": "4236327146",
"subAccountName": "[email protected]",
"label": "1681808312065",
"apiKey": "bg_d32ff9d9****c3d2bc5e23",
"secretKey": "af22848395e3d97e08dbd9a876a1XXXXXXXXXXXXXXX",
"permList": [
"contract_order",
"contract_position"
],
"ipList": [
"127.0.0.1"
]
}
]
}

返回参数

返回字段参数类型字段说明
subAccountUidString虚拟子账户Uid
subAccountNameString虚拟子账户昵称 长度为8位的英文字母
labelString子账户备注 长度为20位
subAccountApiKeyString子账户apikey
secretKeyString子账户secret key
permListList子账户apiKey 权限
contract_order 合约订单
contract_position 合约持仓
spot_trade 现货交易
margin_trade 现货杠杆交易
copytrading_trade 跟单交易
wallet_transfer 钱包划转
wallet_withdraw 钱包提币
选择只读权限类型时传入钱包提币无效,提币没有只读权限
ipListListip白名单