Pools by Category ID
Categories
Pools by Category ID
To query all the pools based on the provided category ID
GET
Pools by Category ID
Notes
- Get category IDs from Categories List. Use
include=base_tokento retrieve tokens for a specific category. - Trending rankings are determined by:
- User engagement on GeckoTerminal
- Market activity (volume, transactions)
- Pool security (liquidity, honeypot checks)
- Returns up to 20 pools per page. Use the
pageparam to navigate more results. - GeckoTerminal categories are different from CoinGecko categories.
SDK Examples
Authorizations
Learn how to set up your API key
Path Parameters
Category ID.
Query Parameters
Attributes to include, comma-separated if more than one.
Available values: base_token, quote_token, dex, network
Page through results. Default value: 1
Sort the pools by field.
Default: pool_created_at_desc
Available options:
m5_trending, h1_trending, h6_trending, h24_trending, h24_tx_count_desc, h24_volume_usd_desc, pool_created_at_desc, h24_price_change_percentage_desc 
