List combo activity
Keyset-paginated combo lifecycle + redemption
feed for a user, in the standard { data, pagination } envelope.
Pass ?cursor= from a prior response’s next_cursor to fetch the next page.
Unlike the activity feed, the anchor behind the cursor is
(block_number, log_index); this endpoint’s total order.
A malformed condition combo condition id is a 400 naming the value; a
well-formed one that matches nothing serves an empty data array, which
is the meaningful zero-state.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required; the feed is user-anchored.
First-page size. Ignored when cursor is supplied.
0 <= x <= 1000Opaque pagination cursor from a prior response's next_cursor.
Combo condition id(s), comma-separated (at most 20 distinct values).
condition_id / conditionId are accepted aliases.