cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/list \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "search": "<string>", "limit": 30, "offset": 0 } '
{ "offset": 123, "limit": 123, "data": [ { "id": "<string>", "alias": "<string>", "userId": "<string>", "email": "<string>", "status": "<string>", "color": "<string>", "kyc": { "shareKyc": true, "kycStatus": "<string>" }, "permissions": { "spotEnabled": true, "collateralEnabled": true } } ] }
This endpoint returns list of current user sub-accounts.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Search term
1 <= x <= 100
0 <= x <= 10000
Successful response
Show child attributes