Protocol

Event feed

On-chain events unioned with balance-derived PnL settlements (source: derived; no signature appears in both). Cursor-paginated, newest first. signature= returns one transaction's events (no cursor).

get/v1/protocol/activity

Query parameters

limitinteger

Page size; values outside 1..200 are clamped.

beforestring

Opaque cursor from the previous page's cursor. Omit for the newest page. Malformed → 400.

typestring

Comma-separated eventType filter, e.g. SwapExoToUsdc,SettleRebalancePnl. Blank = no filter.

program'exchange' | 'stability-pool'

Blank = no filter.

signaturestring

Per-tx mode: all events of this transaction signature.

Response

Cache-Control: public, max-age=10.

cursorstring nullable

Pass as before for the next page; null when history is exhausted. Absent in per-tx mode.

Changes

No recorded changes to this endpoint across all 1 revision of this API.