v8

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-2526602.8 MB
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

total_transactionsinteger
total_amountnumber

Example response

{
  "total_transactions": 123,
  "total_amount": 123.45
}