The endpoint retrieves collateral account balance summary with detailed breakdown per asset.
The API does not cache the response.
Errors
{
"code": 30,
"message": "Validation failed",
"errors": {
"ticker": ["ticker is invalid."]
}
}
Documentation Index
Fetch the complete documentation index at: https://whitebit-mintlify-fix-broken-links-1774829655.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication for private endpoints.
Required headers:
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"