Skip to Content
Agent APIEndpointsRecent alerts

Recent alerts

Returns the public alert feed for one data chain over the latest ten minutes.

GET /v1/agent/alerts/recent · Price: $0.005

Inputs

NameInRequiredValues
chainQueryNobase (default), robinhood, ethereum

No pagination, cursor, time-range, or limit parameter is accepted.

Response

FieldDescription
chainData chain queried.
alerts[]Alert id, token_address, alert_type, severity, confidence, public payload, and created_at.
pagereturned, effective limit, window start in since, and a null next_cursor.
data_freshness_msAge of the newest returned alert, when available.
cache_statushit, miss, error, or unknown.

Alerts are newest first. Public types are strong_launch, dormant_buy, strong_volume, and second_life; stronger dormant events remain represented as dormant_buy. Invalidated alerts and non-public payload fields are excluded. An empty window returns alerts: [], not an error.