subName can be used to log in to the sub-account.mode to choose the sub-account mode: CLASSIC creates a classic sub-account, UNIFIED creates a unified sub-account; it is optional. Multiple access permissions can be combined with commas, for example Spot,Futures. The maximum number of sub-accounts you can create depends on your VIP level; see Get Account Summary Info (V3).{
"password": "******",
"access": "Spot",
"subName": "modeprobe9001",
"remarks": "modeprobe",
"mode": "UNIFIED"
}curl --location --request POST 'https://api.kucoin.com/api/v2/sub/user/created' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "******",
"access": "Spot",
"subName": "modeprobe9001",
"remarks": "modeprobe",
"mode": "UNIFIED"
}'{
"code": "200000",
"data": {
"uid": "261***964",
"subName": "modeprobe9001",
"remarks": "modeprobe",
"access": "Spot"
}
}