cURL
curl --request POST \ --url https://whitebit.com/api/v4/trade-account/balance \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "ticker": "BTC", "request": "{{request}}", "nonce": "{{nonce}}" } '
{}
This endpoint retrieves the trade balance by currency ticker or all balances.
Rate limit: 12000 requests/10 sec.
API Key authentication for private endpoints.
Required headers:
Currency's ticker. Example: BTC
"BTC"
"{{request}}"
"{{nonce}}"
Successful response
Show child attributes
Available balance of currency for trading
Balance of currency that is currently in active orders