Get Account Balance
Retrieve current account balance including available balance and margin information.Endpoint
Parameters
RSA public key identifier for authentication
Base64-encoded RSA signature of the request payload.
Payload format:
GET:/api/v1/accounts/balance
Units for response values. Either “btc” or “sats”.
Default:
Default:
sats
Example Request
Response
Response Fields
Account balance information
Indicates if the request failed
Notes
- All balance values are returned as strings to preserve precision
- When
unit=sats
, values are in satoshis (1 BTC = 100,000,000 sats) - When
unit=btc
, values are in BTC decimal format - Available balance is the amount available for placing new orders
- Total balance includes both available balance and margin used by open positions