v1
latestOpenAPI 3.1.02026-07-243035381.4 MBSubscriptions
Count of alerts
<p style="display: none">/v4/subscription/count</p> <p>Count of alerts that were found from /v4/subscription</p>This endpoint is compatible with our deprecated v3 Notifications product. To use it with v3, simply replace 'v4' with 'v3' in the request URL.
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
Example response
{
"total": 20
}