get_pools_onchain_megafilter
Filter cryptocurrency pools across all networks on GeckoTerminal using criteria like volume, transaction counts, taxes, security checks, and market metrics to identify trading opportunities.
Instructions
This endpoint allows you to query pools based on various filters across all networks on GeckoTerminal
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buy_tax_percentage_max | No | maximum buy tax percentage | |
| buy_tax_percentage_min | No | minimum buy tax percentage | |
| buys_duration | No | duration for buy transactions metric Default value: 24h | |
| buys_max | No | maximum number of buy transactions | |
| buys_min | No | minimum number of buy transactions | |
| checks | No | filter options for various checks, comma-separated if more than one Available values: `no_honeypot`, `good_gt_score`, `on_coingecko`, `has_social` | |
| dexes | No | filter pools by DEXes, comma-separated if more than one DEX ID refers to [/networks/{network}/dexes](/reference/dexes-list) | |
| fdv_usd_max | No | maximum fully diluted value in USD | |
| fdv_usd_min | No | minimum fully diluted value in USD | |
| h24_volume_usd_max | No | maximum 24hr volume in USD | |
| h24_volume_usd_min | No | minimum 24hr volume in USD | |
| include | No | attributes to include, comma-separated if more than one to include Available values: `base_token`, `quote_token`, `dex`, `network` | |
| include_unknown_honeypot_tokens | No | when `checks` includes `no_honeypot`, set to **`true`** to also include 'unknown honeypot' tokens. Default value: `false` | |
| networks | No | filter pools by networks, comma-separated if more than one Network ID refers to [/networks](/reference/networks-list) | |
| page | No | page through results Default value: 1 | |
| pool_created_hour_max | No | maximum pool age in hours | |
| pool_created_hour_min | No | minimum pool age in hours | |
| reserve_in_usd_max | No | maximum reserve in USD | |
| reserve_in_usd_min | No | minimum reserve in USD | |
| sell_tax_percentage_max | No | maximum sell tax percentage | |
| sell_tax_percentage_min | No | minimum sell tax percentage | |
| sells_duration | No | duration for sell transactions metric Default value: 24h | |
| sells_max | No | maximum number of sell transactions | |
| sells_min | No | minimum number of sell transactions | |
| sort | No | sort the pools by field Default value: h6_trending | |
| tx_count_duration | No | duration for transaction count metric Default value: 24h | |
| tx_count_max | No | maximum transaction count | |
| tx_count_min | No | minimum transaction count |