v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Subscriptions

Count of alerts

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>
get/v4/subscription/count

Query parameters

pageSizenumber required
Example:10

Max number of items per page is 50.

offsetnumber

Offset to obtain next page of the data.

addressstring

Value for filtering by address

typeSubscriptionType[]

Filter by alert type. Multiple values can be passed as a comma-separated list.

[
  "ADDRESS_EVENT"
]
chainstring[]

Filter by public chain name. Use chain names such as ethereum-mainnet, not currency symbols such as ETH. Multiple values can be passed as a comma-separated list.

[
  "ethereum-mainnet"
]
status'active' | 'paused'
Example:active

Filter by alert status.

Response

OK

totalnumber

Total entities

Example response

{
  "total": 20
}