v1
latestOpenAPI 3.0.02026-07-26100118773.0 KBList events
Paginated list of events. Events are logical groupings of related developments; the filter surface matches /v2/developments since downstream the service joins on the matching developments. Filter semantics also match: silent-drop on unresolved assetIds and unknown taxonomy slugs in intelCategories / intelSubcategories, 400 from eventIds on unresolvable tokens. Results are ordered most recent first.
Query parameters
Page size, default 10. Coerced silently: values above 100 are capped to 100; values ≤ 0 (and missing/non-integer values) fall back to the default.
1-indexed page (default 1)
Comma-separated asset UUIDs or slugs. Unresolved tokens are silently dropped.
Comma-separated event identifiers. Each token is either a UUID or the slug-with-id-prefix form returned in the slug field (e.g. my-event-a1b2c3d4). An unresolvable token returns 400; the offending token is quoted in the error message.
Comma-separated category slugs from /v2/categories
Comma-separated subcategory slugs from /v2/categories
Minimum importance level (inclusive). Values: not-important, low, medium, high.
Restrict to verified items
Restrict to actionable items
Restrict to governance-related items
Comma-separated asset sectors
Comma-separated asset subsectors
Restrict to pre-TGE assets
Comma-separated ecosystem network ids
Lower bound on the time window. Compares against startedAt. Accepts RFC3339, YYYY-MM-DD, or unix epoch seconds.
Upper bound on the time window. Compares against startedAt. Accepts RFC3339, YYYY-MM-DD, or unix epoch seconds.
Free-text search (max 200 chars)
Response
Default response
Example response
{
"data": [
{
"assets": [
{
"id": "fcb726c7-364f-4252-8ee8-70b0bbbd8791",
"name": "The Graph",
"slug": "the-graph",
"symbol": "GRT",
"class": "primary"
}
]
}
]
}