v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
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.