Skip to main content
This query is deprecated. Token lifecycle events are deprecated and support will be removed on July 15, 2026.

Returns

TokenLifecycleEventConnection
See TokenLifecycleEventConnection

Arguments

Int
The maximum number of events to return.
TokenLifecycleEventsQueryInput!
required
The query filters to apply to the results. See TokenLifecycleEventsQueryInput
String
The cursor to use for pagination.

Example

Test this query in the Explorer →

Usage Guidelines

  • Pass the token contract address and networkId in query to filter events for a specific token on a specific network
  • Use the returned cursor with the cursor argument to paginate through results
  • A non-null cursor means more results are available, but pages may be empty due to filtering