String!
required
The pair contract address to filter by. If you pass a token address in here, it will instead find the top pair for that token and use that.
QuoteToken
The token of interest. Can be
token0 or token1.
See QuoteTokenNumberFilter
The amount of
quoteToken involved in the swap.
See NumberFilter[EventDisplayType]
The list of event display types to filter by.
See EventDisplayType
String
The specific wallet address to filter by.
Int!
required
The network ID to filter by.
EventQueryTimestampInput
The time range to filter by.
See EventQueryTimestampInput
NumberFilter
The price per
quoteToken at the time of the swap in the network’s base token.
See NumberFilterNumberFilter
The total amount of
quoteToken involved in the swap in the network’s base token (amountNonLiquidityToken x priceBaseToken).
See NumberFilterNumberFilter
The price per
quoteToken at the time of the swap in USD.
See NumberFilterNumberFilter
The total amount of
quoteToken involved in the swap in USD (amountNonLiquidityToken x priceUsd).
See NumberFilterSymbolType
Specify the type of symbol you want to fetch values for (TOKEN | POOL)
See SymbolType
Used By
Used as input by- getTokenEvents: Returns transactions for a pair.