---
title: "Count of alerts"
method: GET
path: "/v4/subscription/count"
tags: ["Subscriptions"]
---

# Count of alerts

`GET /v4/subscription/count`

> This endpoint is compatible with our deprecated v3 Notifications product. To use it with v3, simply replace 'v4' with 'v3' in the request URL.

<p style="display: none">/v4/subscription/count</p>
<p>Count of alerts that were found from /v4/subscription</p>

## Query parameters

- `pageSize` number, required
- `offset` number
- `address` string
- `type` SubscriptionType[]
- `chain` string[]
- `status` 'active' | 'paused'

## Response `200`

OK

- EntitiesCount
  - `total` number — Total entities

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/versions/8622ee4b8fae/schema)
