Skip to main content
address
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.
amountNonLiquidityToken
The amount of quoteToken involved in the swap.
eventDisplayType
The list of event display types to filter by.
eventType
The specific event type to filter by.
maker
String
The specific wallet address to filter by.
networkId
Int!
required
The network ID to filter by.
The time range to filter by.
priceBaseToken
The price per quoteToken at the time of the swap in the network’s base token.
priceBaseTokenTotal
The total amount of quoteToken involved in the swap in the network’s base token (amountNonLiquidityToken x priceBaseToken).
priceUsd
The price per quoteToken at the time of the swap in USD.
priceUsdTotal
The total amount of quoteToken involved in the swap in USD (amountNonLiquidityToken x priceUsd).
symbolType
Specify the type of symbol you want to fetch values for (TOKEN | POOL)