Get a summary of collateral account balances including equity and margin usage via the V4 API.
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Successful response - returns detailed balance information per asset
Asset ticker symbol
"BTC"
Current balance amount
"0.5"
Amount currently borrowed
"0"
Available balance without using borrow
"0.5"
Available balance including borrowing capacity
"123.456"