cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/create \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "alias": "<string>", "permissions": { "spotEnabled": true, "collateralEnabled": true }, "email": "<string>", "shareKyc": true } '
{ "id": "<string>", "alias": "<string>", "userId": "<string>", "email": "<string>", "status": "<string>", "color": "<string>", "kyc": { "shareKyc": true, "kycStatus": "<string>" }, "permissions": { "spotEnabled": true, "collateralEnabled": true } }
This endpoint creates new sub-account.
Rate limit: 1000 requests/10 sec.
email
shareKyc
false
true
API key authentication using signed requests
Name for sub-account
Show child attributes
Enable transfers to trade balance
Enable transfers to collateral balance
Sub-account email (required when shareKyc is false)
If KYC shared with main account
Sub-account created successfully