Returns
EventLabelConnection
Arguments
String!
required
The ID of the pair (
address:networkId).Int
The maximum number of event labels to return.
String
The cursor to use for pagination.
RankingDirection
The order to receive the token event labels. Can be
DESC (default) or ASC.
See RankingDirectionExample
Test this query in the Explorer →Usage Guidelines
- Pass the pair ID in
address:networkIdformat to theidargument - Results are ordered
DESCby default; passdirection: ASCfor oldest first - Use the returned
cursorwith thecursorargument to paginate through results
Related Recipes
- Events: Build a token swap list with filtering, pagination, and real-time updates