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"
Total collateral balance for the asset, in the asset's native units
"0.5"
Amount currently borrowed against the asset, in the asset's native units
"0"
Balance available for use without additional borrowing, in the asset's native units
"0.5"
Maximum balance available when borrowing capacity is included, in the asset's native units
"123.456"