list_activity
Protocol activity feed. Recent protocol events. Pass since (lower bound) and to (upper bound) for an explicit window, or range for a shortcut. The response includes next_cursor whenever has_more=true; pass it back as cursor to walk older events without offset drift.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Window upper bound (exclusive). ISO-8601 or unix-seconds. Defaults to `now` when omitted but `from` is supplied. | |
| type | No | Repeatable event types | |
| limit | No | Max number of results to return. | |
| range | No | Unified date-range shortcut shared across analytics + explorer endpoints. Hard cap: 400-day window. When set, takes precedence over `from`/`to`. Legacy values (`3mtd`, `q1`-`q4`, `custom`) were retired on 2026-04-30; use the explicit shortcuts below. | |
| since | No | Lower bound for event timestamps (unix seconds, ms, or ISO). Replaces the legacy `after` alias. | |
| taker | No | ||
| cursor | No | Pass the previous page's `next_cursor` to walk forward without offset drift. This is the supported pagination path on every list endpoint. | |
| offset | No | Deprecated. Use `cursor` instead — offset pagination is fragile under concurrent writes and slow at scale. Still accepted for backwards compatibility while integrators migrate. | |
| address | No | Filter by any address involved | |
| depositor | No | ||
| recipient | No | ||
| deposit_id | No | ||
| intent_hash | No |