Top Pools by Dex
Pools
Top Pools by Dex
This endpoint allows you to query all the top pools based on the provided network and decentralized exchange (DEX)
GET
Top Pools by Dex
Documentation Index
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
Note
- If the token’s market cap is not verified by the team, the API response will return
nullfor its market cap value, even though it has a displayed value on GeckoTerminal, which might not be accurate as it often matches the Fully Diluted Valuation (FDV). - Attributes specified in the
includeparam will be returned under the top-level “included” key. - This endpoint returns up to 20 pools per page. Use the
pageparam to navigate more results. page: Pagination beyond 10 pages is available for Paid Plan subscribers (Analyst plan or above).- Cache / Update Frequency:
- Every 60 seconds for Public API.
- Every 30 seconds for Pro API (Basic, Analyst, Lite, Pro, Enterprise).
- GeckoTerminal equivalent page (example): https://www.geckoterminal.com/base/uniswap-v3-base/pools?sort=-24h_transactions
Authorizations
Path Parameters
DEX ID *refers to /networks/{network}/dexes
Example:
"sushiswap"
Query Parameters
attributes to include, comma-separated if more than one to include
Available values: base_token, quote_token, dex
page through results Default value: 1
sort the pools by field Default value: h24_tx_count_desc
Available options:
h24_tx_count_desc, h24_volume_usd_desc include GeckoTerminal community data (Sentiment votes, Suspicious reports) Default value: false

