---
title: "Get Transactions Count"
method: GET
path: "/transactions/count"
tags: ["Transactions"]
---

# Get Transactions Count

`GET /transactions/count`

The count service provides the total number of transactions for a specific user depending on the input parameters passed.<br>If you are implementing pagination for transactions, call this endpoint before calling GET /transactions to know the number of transactions that are returned for the input parameters passed.<br>The functionality of the input parameters remains the same as that of the GET /transactions endpoint.<br>

## Query parameters

- `accountId` string
- `baseType` string
- `categoryId` string
- `categoryType` string
- `container` string
- `detailCategoryId` string
- `fromDate` string
- `highLevelCategoryId` string
- `keyword` string
- `toDate` string
- `type` string

## Response `200`

OK

## Other responses

- `400` — Y800 : Invalid value for detailCategoryId<br>Y848 : detailCategoryId cannot be provided as input, as the detailedCategory feature is not enabled<br>Y823 : detailCategoryId is not applicable for containers other than bank and card<br>Y824 : The maximum number of detailCategoryIds permitted is 100<br>
- `401` — Unauthorized
- `404` — Not Found

---

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