Skip to main content

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

Successfully returns account balance as plain text string