Alerts

Analytical alerts about staking pool and network metric changes

List staking alerts

get

Returns recent staking alerts detected by analytics, with filtering and pagination.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
networkstringOptional

Filter by network code (e.g., SOL, ETH)

poolIdinteger · min: 1Optional

Filter by staking pool ID

eventTypestring · enumOptional

Filter by alert type

Possible values:
limitinteger · min: 1 · max: 100Optional

Number of records to return

Default: 50
offsetintegerOptional

Number of records to skip

Default: 0
Responses
chevron-right
200

Successful response

application/json
totalintegerRequiredExample: 2
limitintegerRequiredExample: 50
offsetintegerRequiredExample: 0
get
/alerts

Last updated