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": "8e667b4a-0b71-4988-8af5-9474dbfaeb51", "ticker": "USDC" } '
{ "USDC": [ { "main": "42", "spot": "10", "collateral": "14" } ] }
The endpoint returns sub-account balances.
Rate limit: 1000 requests/10 sec.
The API does not cache the response.
API key authentication using signed requests
Sub-account id
"8e667b4a-0b71-4988-8af5-9474dbfaeb51"
Currency's ticker (if not provided, returns data by all currencies)
"USDC"
Successful response
Show child attributes
Was this page helpful?