Account Management

Retrieve Account Balance

Retrieves the balance information for the authenticated user (total, spendable and pending balances)

get/api/v1/account-balances

Response

The account balance details.

totalstring ^[0-9]+$ required

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

spendablestring ^[0-9]+$ required

The amount that can be spent from this account.

pendingstring ^[0-9]+$ required

The amount that is being reviewed for spending.

Changes

No recorded changes to this endpoint across all 1 revision of this API.