v1
latestOpenAPI 3.1.02026-07-243035381.4 MBSubscriptions
List all active alerts
/v4/subscription
List all active alerts.
get/v4/subscription
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
[
{
"type": "ADDRESS_EVENT",
"id": "7c21ed165e294db78b95f0f1",
"timestamp": 1653320900353,
"attr": {
"chain": "ethereum-mainnet",
"symbol": "BTC",
"direction": "BOTH"
},
"referencePrice": "100000",
"periodStart": 1784678400000
}
]