---
title: "aggregated transactions grouped by timestamp"
method: GET
path: "/transactions/aggregated/history"
tags: ["transaction"]
---

# aggregated transactions grouped by timestamp

`GET /transactions/aggregated/history`

Counts transactions

## Query parameters

- `metric` 'transaction_count', required
- `address` string[]
- `workchain` integer
- `from` string
- `to` string
- `interval` '24h' | '8h' | '4h' | '1h' | '15m', required

## Response `200`

OK

- HistoryTransactionsRes
  - `count_results` object[]
    - `timestamp` string
    - `value` integer

---

[API](https://skmtc.net/tonindexer/apis/anton.md) · [All operations](https://skmtc.net/tonindexer/apis/anton/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonindexer/anton/versions/a3d3850ec94f/schema)
