`GET /v1/me/alerts` — alerts delivered to the caller's subscriptions, newest first. Optional `asset`, `limit` (1..500), and `since` filters.
GET
`GET /v1/me/alerts` — alerts delivered to the caller's subscriptions,
newest first. Optional `asset`, `limit` (1..500), and `since` filters.
Authorizations
Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.
Query Parameters
Filter to a single asset symbol.
Page size, clamped to [1, 500]. Default 50.
Inclusive lower bound on attempted_at (RFC3339). Default: 30 days ago.
`GET /v1/me/alerts` — alerts delivered to the caller's subscriptions,
newest first. Optional `asset`, `limit` (1..500), and `since` filters.