Skip to main content

Get wallets stats

Retrieve wallets statistics

Header Parameters
X-Bc-Token string REQUIRED

JWT token with user acoount

X-Bc-Ws string REQUIRED

UUID of the workspace

Responses
200

Successful response

Schema OPTIONAL
id integer OPTIONAL

Unique identifier for the account

created_at date-time OPTIONAL

Date and time the account was created

updated_at date-time OPTIONAL

Date and time the account was last updated

date_time date-time OPTIONAL

Date and time (potentially combined)

uuid string OPTIONAL

Universally Unique Identifier

name string OPTIONAL

Name of the account

color string OPTIONAL

Account color

deleted_at date-time OPTIONAL

Date and time the account was deleted (null if not deleted)

date date OPTIONAL

Date (independent of time)

type string OPTIONAL

Type of account (Cash, Bank, Credit Card Revolving, Investment)

installement integer OPTIONAL

Number of installments (0 if not applicable)

installementValue number OPTIONAL

Value of each installment (0 if not applicable)

currency string OPTIONAL

Currency code (reference needed for interpretation)

balance number OPTIONAL

Current balance of the account

exclude_from_stats integer OPTIONAL

Flag indicating if excluded from statistics (0=included, 1=excluded)

sorting integer OPTIONAL

Sorting order for the account in the UI

workspace_id integer OPTIONAL

ID of the workspace the account belongs to