Skip to main content
GET
List the global public feed of peg state-transition alerts (all assets)

Query Parameters

asset
string

Restrict to a single asset symbol.

class
string

Restrict to a single asset class.

limit
integer<int64>

Page size, must be in [1, 500]. Default 50. Out-of-range values are rejected with 400 rather than silently clamped.

since
string<date-time>

Inclusive lower bound on detected_at. Defaults to now − 7 days.

Response

Global alert feed, newest first

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.