Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.codex.io/llms.txt

Use this file to discover all available pages before exploring further.

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
QuoteToken
The token of interest. Can be token0 or token1. See QuoteToken
amountNonLiquidityToken
NumberFilter
The amount of quoteToken involved in the swap. See NumberFilter
eventDisplayType
[EventDisplayType]
The list of event display types to filter by. See EventDisplayType
eventType
EventType
The specific event type to filter by. See EventType
maker
String
The specific wallet address to filter by.
networkId
Int!
required
The network ID to filter by.
timestamp
EventQueryTimestampInput
The time range to filter by. See EventQueryTimestampInput
priceBaseToken
NumberFilter
The price per quoteToken at the time of the swap in the network’s base token. See NumberFilter
priceBaseTokenTotal
NumberFilter
The total amount of quoteToken involved in the swap in the network’s base token (amountNonLiquidityToken x priceBaseToken). See NumberFilter
priceUsd
NumberFilter
The price per quoteToken at the time of the swap in USD. See NumberFilter
priceUsdTotal
NumberFilter
The total amount of quoteToken involved in the swap in USD (amountNonLiquidityToken x priceUsd). See NumberFilter
symbolType
SymbolType
Specify the type of symbol you want to fetch values for (TOKEN | POOL) See SymbolType

Used By

Used as input by