Statistics
Calculate Total Transactions
Calculate the total transactions and amounts.
get/api/{account}/statistics/total-transactions
Query parameters
start_datestring required
The start date for the period. Keep empty to calculate everything.
Example:2025-01-01 00:00:00
The start date for the period. Keep empty to calculate everything.
end_datestring required
The end date for the period. Keep empty to calculate everything.
Example:2025-03-31 23:59:59
The end date for the period. Keep empty to calculate everything.
Response
Example response
{
"total_transactions": 123,
"total_amount": 123.45
}