---
title: "GET /api/v4.0/integrations/transactions/count"
method: GET
path: "/api/v4.0/integrations/transactions/count"
---

# GET /api/v4.0/integrations/transactions/count

`GET /api/v4.0/integrations/transactions/count`

This API retrieves the total count of transactions from Gameball, allowing for optional filtering. It provides the number of transactions matching the specified criteria without returning detailed transaction records.

## Query parameters

- `direction` string
- `status` string
- `customerId` string

## Response `200`

Transaction count retrieved successfully

- object
  - `count` number — The total number of transactions available in Gameball system.

## Changes

- **2025-12-17** `262228c13429` — 3 info
  - the endpoint scheme security `apiKey AND secretKey` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `secretKey` was removed from the API
- **2025-09-30** `788718651767` — 1 info
  - endpoint added
- **2025-09-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gameballers/apis/gameball-api/changes/api/v4.0/integrations/transactions/count/get.md)

---

[API](https://skmtc.dev/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.dev/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gameballers/gameball-api/revisions/747ba4697269/schema)
