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}}" } '
{ "BTC": { "available": "0.123", "freeze": "0.01" }, "USDT": { "available": "1000.50", "freeze": "100.00" } }
API Key authentication for private endpoints.
Required headers:
Currency's ticker. Example: BTC
"BTC"
"{{request}}"
"{{nonce}}"
Successful response
Show child attributes
Was this page helpful?