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
| Parameter | Type | Default | Description |
|---|---|---|---|
page | number | 1 | Page number |
limit | number | 50 | Results per page |
event_type | string or string[] | — | Filter by event type(s) (repeatable) |
platform | string | — | Filter by platform |
club | string | — | Filter 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
| Status | Code | Description |
|---|---|---|
| 500 | INTERNAL_ERROR | Failed to fetch activity |
Last updated on