This endpoint allows you to query pools based on various filters across all networks on GeckoTerminal
checks
param 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.page
to specify which page of responses you would like to show.dexes
param can only be used when only 1networks
is specified.null
for 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).include
param will be returned under the top-level “included” key.page
param to navigate more results.include_unknown_honeypot_tokens=true
will include tokens with an ‘unknown’ honeypot status.
checks=no_honeypot
is specified.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
, h24_price_change_percentage_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
TODO
The response is of type object
.