Skip to main content
GET
List alerts for the authenticated user's own subscribed assets

Authorizations

Authorization
string
header
required

Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.

Query Parameters

asset
string

Filter to a single asset symbol.

limit
integer<int64>

Page size, clamped to [1, 500]. Default 50.

since
string<date-time>

Inclusive lower bound on attempted_at (RFC3339). Default: 30 days ago.

Response

Delivered alerts

alert_id
string<uuid>
required
asset
string
required
attempted_at
string<date-time>
required
channel
string
required
from_state
string
required
status
string
required
to_state
string
required
ack_reason
string | null
acknowledged_at
string<date-time> | null