List all active assets with their latest peg snapshot
Returns every active asset with its latest discount, state, and peg-snapshot. This is the dashboard screener endpoint — for the stream of peg state-transition alerts, use GET /v1/alerts instead.
GET
List all active assets with their latest peg snapshot
Query Parameters
Filter by asset class (e.g. lst, stable_fiat, stable_cdp,
stable_yield, synthetic_leverage). Case-sensitive match against
the engine's asset_class enum.
Filter by peg target (e.g. SOL, USD, BRL). Matches the asset's
declared peg, not its observed value.
Response
All active assets with their latest snapshot
List envelope: { ok, generated_at, count, data: [...] }.
List all active assets with their latest peg snapshot