---
title: "View transaction count"
method: GET
path: "/transaction/v3/count"
tags: ["Transactions"]
---

# View transaction count

`GET /transaction/v3/count`

Returns a count of all transactions between the default or specified date range.

<!-- theme: warning -->
> ⚠️ Try It
> 
> To use the Try It feature for this endpoint, you must use the credentials for your [Sandbox API user](https://docs.nexiopay.com/docs/sandbox-environments).

<div style="display:none;">

## Request parameters
- endDate
- startDate

## Response parameters
- integer

</div>

## Query parameters

- `startDate` string
- `endDate` string

## Response `200`

Success

- integer — The number of transactions for the merchant account between the given (or default) dates.

## Other responses

- `401` — Unauthorized. For help with this error and other error codes, see [Common errors](https://docs.nexiopay.com/docs/common-errors) in the Guides area.

---

[API](https://skmtc.dev/nexiopay/apis/payments-api-reference.md) · [All operations](https://skmtc.dev/nexiopay/apis/payments-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexiopay/payments-api-reference/revisions/b414b73979e5/schema)
