cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/balances \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "id": "<string>", "ticker": "<string>" } '
{}
This endpoint returns sub-account balances.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Sub-account id
Currency's ticker (if not provided, returns data by all currencies)
Successful response
Show child attributes