---
title: "Get Transactions Count"
method: GET
path: "/v1/address/transactionsCount"
tags: ["Address Information"]
---

# Get Transactions Count

`GET /v1/address/transactionsCount`

Returns a list of counts of transactions associated with the specified address.

## Query parameters

- `address` string, required
- `network` string, required
- `startTime` string
- `endTime` string
- `msgTypes` string
- `status` 'success' | 'failed'
- `interval` 'hour' | 'day' | 'month'

## Response `200`

Counts of transactions  associated with a specific address.

- TxnCounts
  - `transactionsCount` TxnCount[], required
    - `count` number, required
    - `timestamp` string, required

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/revisions/9926df2e476d/schema)
