Get account balance for a specific date range
jwt YOUR_TOKEN| Field | Type | Description |
|---|---|---|
account_id | string | Account identifier |
account_name | string | Account display name |
account_type | string | Account classification |
currency | string | Account currency |
start_date | string | Start of the date range |
end_date | string | End of the date range |
opening_balance | number | Balance at start of period |
total_debits | number | Sum of all debits in period |
total_credits | number | Sum of all credits in period |
net_change | number | Net change during period |
ending_balance | number | Balance at end of period |