Skip to main content

Returns

EventLabelConnection
EventLabelConnection
See EventLabelConnection

Arguments

id
String!
required
The ID of the pair (address:networkId).
limit
Int
The maximum number of event labels to return.
cursor
String
The cursor to use for pagination.
direction
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