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
| Name | In | Required | Values |
|---|---|---|---|
chain | Query | No | base (default), robinhood, ethereum |
No pagination, cursor, time-range, or limit parameter is accepted.
Response
| Field | Description |
|---|---|
chain | Data chain queried. |
alerts[] | Alert id, token_address, alert_type, severity, confidence, public payload, and created_at. |
page | returned, effective limit, window start in since, and a null next_cursor. |
data_freshness_ms | Age of the newest returned alert, when available. |
cache_status | hit, 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.