Skip to Content

GET /api/v1/activity

Global activity feed across all ENS names. Supports filtering by event type, platform, and club. Muted addresses are automatically excluded from the feed.

Authentication: None

Cache: 15s

Query Parameters

ParameterTypeDefaultDescription
pagenumber1Page number
limitnumber50Results per page
event_typestring or string[]Filter by event type(s) (repeatable)
platformstringFilter by platform
clubstringFilter by club name, or any for names in any club

Sample Request

curl "https://api.grails.app/api/v1/activity?club=999&event_type=sale&limit=20"

Response

Same structure as By Name. Results are ordered by most recent first. Addresses on the platform mutelist are excluded from results.

Error Responses

StatusCodeDescription
500INTERNAL_ERRORFailed to fetch activity
Last updated on