Skip to main content
  • Query can be found here
  • Chains included are: arbitrum, base, bnb, celo, ethereum, fantom, gnosis, optimism, polygon, scroll, zk_sync, solana
  • Scheduled to update every 30 minutes
  • You can apply filters like WHERE, IN, AND/OR upon results
  • Each row is uniquely identified by the chain, token_a_address, and token_b_address columns combination.

Use Cases

  • Enable DEX aggregators to identify all pools for swapping specific token pairs or addresses, using filters such as filter='USDC-WETH' or filters=token_a_address = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48' or token_b_address = '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'.
  • Identify the token pair with the highest USD liquidity on a given chain by sorting results with sort_by=usd_liquidity desc.
  • Provide aggregated DEX pair statistics, including volume and liquidity, to algorithmic trading bots and risk management systems.

Column Descriptions

ColumnDescriptionType
chainThe blockchain where the token pair is tradedstring
token_pairThe identifier of the token pair, e.g., ‘USDC-WETH’string
projectsList of DEX projects offering the token pairarray(string)
pool_idsContract addresses of pools containing the token pairarray(string)
token_a_addressContract address of the first token in the pairstring
token_b_addressContract address of the second token in the pairstring
one_day_volume24-hour USD trading volume for the token pair across all pools on all DEXesdouble
seven_day_volume7-day USD trading volume for the token pair across all pools on all DEXesdouble
thirty_day_volume30-day USD trading volume for the token pair across all pools on all DEXesdouble
all_time_volumeTotal USD trading volume for the token pair since inception across all pools on all DEXesdouble
usd_liquidityCurrent USD liquidity available in all pools for the token pair on all DEXesdouble
seven_day_volume_liquidity_ratio7-day trading volume to liquidity ratio for the token pair across all pools on all DEXesdouble