cURL
curl --request POST \ --url https://whitebit.com/api/v4/main-account/balance \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "request": "<string>", "nonce": "<string>", "ticker": "BTC" } '
{ "BSV": { "main_balance": "0" }, "BTC": { "main_balance": "0" }, "BTG": { "main_balance": "0" }, "BTT": { "main_balance": "0" }, "XLM": { "main_balance": "36.48" } }
This endpoint retrieves the main balance by currency ticker or all balances.
Rate limit: 1000 requests/10 sec.
API key authentication using signed requests
Request signature
Unique request identifier
Currency's ticker.
"BTC"
Successful response
Show child attributes
Main balance volume