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": "trading", "limit": 30, "offset": 0 } '
{ "offset": 123, "limit": 123, "data": [ { "id": "8e667b4a-0b71-4988-8af5-9474dbfaeb51", "alias": "trading_bot", "userId": "u-12345", "email": "s***@example.com", "status": "active", "color": "#FF5733", "kyc": { "shareKyc": false, "kycStatus": "verified" }, "permissions": { "spotEnabled": true, "collateralEnabled": false } } ] }
The endpoint returns list of current user sub-accounts.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
Search term
"trading"
1 <= x <= 100
30
0 <= x <= 10000
0
Successful response
Show child attributes
Was this page helpful?