Returns: EventConnection

Arguments

limit
Int
The maximum number of transactions to return.
query
EventsQueryInput!
required
The query filters to apply to the results.
cursor
String
The cursor to use for pagination.
direction
RankingDirection
The order to receive the token events. Can be DESC (default) or ASC.

Schema

"""Returns transactions for a pair."""
getTokenEvents(limit: Int, query: EventsQueryInput!, cursor: String, direction: RankingDirection): EventConnection