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!
The contract address of the pair.
exchangeHash
String!
The address for the exchange factory contract.
fee
Int
The exchange fee for swaps.
id
String!
The ID for the pair (address:networkId).
networkId
Int!
The network ID the pair is deployed on.
protocol
String
The protocol of the pair. E.g. UniswapV4, RaydiumV4, PumpV1, etc.
tickSpacing
Int
The amount of required tick separation. Only applicable for pairs on UniswapV3.
token0
String!
The contract address of token0.
token1
String!
The contract address of token1.
createdAt
Int
The unix timestamp for the creation of the pair.
token0Data
EnhancedToken
Metadata for the first token in the pair. See EnhancedToken
token1Data
EnhancedToken
Metadata for the second token in the pair. See EnhancedToken
pooled
PooledTokenValues
The pooled amounts of each token in the pair. See PooledTokenValues
virtualPooled
PooledTokenValues
The virtual pooled amounts of each token in the pair. See PooledTokenValues
protocolData
ProtocolData
union
Custom data for the pair, only certain protocols have this. (uniswapv4, arenatrade for example) See ProtocolData
protocolCustomData
PairProtocolCustomData
deprecated
The per-protocol data for the pair, if applicable See PairProtocolCustomData
This field is deprecated. Use protocolData instead

Used By

Returned by
  • filterPairs: Returns a list of pairs based on a variety of filters.
  • filterTokens: Discover, screen, and rank tokens across every supported network using 100+ on-chain signals: trading activity, liquidity, holder behavior, fee economics, and launchpad lifecycle.
  • getBars: Returns bar chart data to track price changes over time.
  • getDetailedPairsStats: Returns bucketed stats for a given token within a list of pairs.
  • getDetailedPairStats: Returns bucketed stats for a given token within a pair.
  • listPairsForToken: Returns a list of pairs containing a given token.
  • listPairsWithMetadataForToken: Returns a list of pair metadata for a token.
  • onFilterTokensUpdated: Live-streamed filter token updates for the current filterTokens result set.