Collateral Account Balance Summary
Collateral Account Balance Summary
Retrieve a summarized view of your collateral account balance with aggregated asset values.
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"