Collateral Account Balance Summary
Collateral Account Balance Summary
The endpoint retrieves collateral account balance summary with detailed breakdown per asset.
The API does not cache the response.
Errors
Errors
{
"code": 30,
"message": "Validation failed",
"errors": {
"ticker": ["ticker is invalid."]
}
}
POST
Collateral Account Balance Summary
Authorizations
API Key authentication for private endpoints.
Required headers:
- X-TXC-APIKEY: API key
- X-TXC-PAYLOAD: Base64 encoded JSON payload
- X-TXC-SIGNATURE: HMAC SHA512 signature
Body
application/json
Response
Successful response - returns detailed balance information per asset
Asset ticker symbol
Example:
"BTC"
Current balance amount
Example:
"0.5"
Amount currently borrowed
Example:
"0"
Available balance without using borrow
Example:
"0.5"
Available balance including borrowing capacity
Example:
"123.456"