Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Get user balance details
Example:
{
"record_type": "balance",
"pending": "10.00",
"balance": "300.00",
"credit_limit": "100.00",
"available_credit": "400.00",
"currency": "USD"
}