Tips
- Using
checksparam to filter pools based on various checks:checks=no_honeypot— Filter out Honeypot pools, using GoPlus Token Security and De.Fi Scanner.checks=good_gt_score— Show only pools with a GT Score of at least 75.checks=on_coingecko— Show only pools with tokens that are listed on CoinGecko.checks=has_social— Show only pools with their social links and token information updated.
- You may include values such as
pageto specify which page of responses you would like to show.
Note
- Trending rankings are determined by a combination of factors:
- User engagement on geckoterminal.com
- Market activity, such as trading volume and transactions
- Pool security and credibility, including liquidity and honeypot checks
dexesparam can only be used when only 1networksis specified.- 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. - Setting
include_unknown_honeypot_tokens=truewill include tokens with an ‘unknown’ honeypot status.- Please note that this param only takes effect when
checks=no_honeypotis specified.
- Please note that this param only takes effect when
- Cache/Update frequency: every 30 seconds.
- 💼 Exclusive for Paid Plan subscribers (Analyst plan or above).
Authorizations
Query Parameters
attributes to include, comma-separated if more than one to include
Available values: base_token, quote_token, dex, network
page through results Default value: 1
filter pools by DEXes, comma-separated if more than one DEX ID refers to /networks/{network}/dexes
sort the pools by field Default value: h6_trending
m5_trending, h1_trending, h6_trending, h24_trending, h24_tx_count_desc, h24_volume_usd_desc, m5_price_change_percentage_asc, h1_price_change_percentage_asc, h6_price_change_percentage_asc, h24_price_change_percentage_asc, m5_price_change_percentage_desc, h1_price_change_percentage_desc, h6_price_change_percentage_desc, h24_price_change_percentage_desc, fdv_usd_asc, fdv_usd_desc, reserve_in_usd_asc, reserve_in_usd_desc, pool_created_at_desc minimum fully diluted value in USD
maximum fully diluted value in USD
minimum reserve in USD
maximum reserve in USD
minimum 24hr volume in USD
maximum 24hr volume in USD
minimum pool age in hours
maximum pool age in hours
minimum transaction count
maximum transaction count
duration for transaction count metric Default value: 24h
5m, 1h, 6h, 24h minimum number of buy transactions
maximum number of buy transactions
duration for buy transactions metric Default value: 24h
5m, 1h, 6h, 24h minimum number of sell transactions
maximum number of sell transactions
duration for sell transactions metric Default value: 24h
5m, 1h, 6h, 24h filter options for various checks, comma-separated if more than one
Available values: no_honeypot, good_gt_score, on_coingecko, has_social
when checks includes no_honeypot, set to true to also include 'unknown honeypot' tokens. Default value: false
minimum buy tax percentage
maximum buy tax percentage
minimum sell tax percentage
maximum sell tax percentage


