Returns: MakerEventConnection

Arguments

limit
Int
The maximum number of events to return.
query
MakerEventsQueryInput!
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 a list of token events for a given maker across all pairs."""
getTokenEventsForMaker(limit: Int, query: MakerEventsQueryInput!, cursor: String, direction: RankingDirection): MakerEventConnection