---
title: "Calculate Total Transactions"
method: GET
path: "/api/{account}/statistics/total-transactions"
tags: ["Statistics"]
---

# Calculate Total Transactions

`GET /api/{account}/statistics/total-transactions`

Calculate the total transactions and amounts.

## Query parameters

- `start_date` string, required — The start date for the period. Keep empty to calculate everything.
- `end_date` string, required — The end date for the period. Keep empty to calculate everything.

## Response `200`

- object
  - `total_transactions` integer
  - `total_amount` number

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
