Skip to main content
GET
List all active assets with their latest peg snapshot

Query Parameters

class
string

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.

peg
string

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: [...] }.

count
integer
required

Number of items in data.

Required range: x >= 0
data
object[]
required
generated_at
string
required

RFC3339 (UTC, millisecond, Z) build time of this response.

ok
boolean
required

Always true on a 2xx; errors use the {error, message} envelope instead.