cURL
curl --request POST \ --url https://whitebit.com/api/v1/account/balance \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "currency": "BTC" } '
{ "available": "0.2", "freeze": "1.02" }
DEPRECATED: This endpoint is deprecated. Use V4 endpoint instead. This endpoint retrieves the trade balance by currency ticker.
Rate limit: 1000 requests/10 sec.
Response Cache: NONE
API key authentication requires three headers:
Currency's ticker. Example: BTC
"BTC"
Request path
Nonce for request
Successful response
Available balance of currency for trading
"0.2"
Balance of currency on orders
"1.02"