Returns
Arguments
The ID of the pair (
address:networkId).The maximum number of event labels to return.
The cursor to use for pagination.
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