Skip to main content
GET
Get the account balance in USD
Returns exact four-decimal USD balance, reserved amount, and currently available amount.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

object
enum<string>
required
Available options:
balance
balance
string
required
Pattern: ^[0-9]+\.[0-9]{4}$
reserved
string
required
Pattern: ^[0-9]+\.[0-9]{4}$
available
string
required
Pattern: ^[0-9]+\.[0-9]{4}$
currency
enum<string>
required
Available options:
USD
Last modified on September 17, 2026