Skip to main content

Returns

EventLabelConnection
See 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 RankingDirection

Example

Test this query in the Explorer →

Usage Guidelines

  • Pass the pair ID in address:networkId format to the id argument
  • Results are ordered DESC by default; pass direction: ASC for oldest first
  • Use the returned cursor with the cursor argument to paginate through results
  • Events: Build a token swap list with filtering, pagination, and real-time updates