Get account balance
GET/api/v1/balance
Retrieve the current account balance for the authenticated user.
Balance Representation:
- Returns balance in account currency (typically USD)
- Value is rounded to 2 decimal places
- Supports both JSON and plain text formats
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Responses
- 200
- 403
Successfully returns account balance as plain text string
Returns 403 error when API token is incorrect