Skip to main content
GET
Retrieve Account Balance

Authorizations

Authorization
string
header
required

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

Response

The account balance details.

total
string<^[0-9]+$>
required

The total balance for this account (spendable and pending).

spendable
string<^[0-9]+$>
required

The amount that can be spent from this account.

pending
string<^[0-9]+$>
required

The amount that is being reviewed for spending.