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."]
}
}
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"