Search Pools & Tokens
Search
Search Pools & Tokens
This endpoint allows you to search for pools on a network by pool address, token name, token symbol, or token contract address
GET
Search Pools & Tokens
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 30 seconds.
Authorizations
Query Parameters
search query, can be pool contract address, token name, token symbol, or token contract address
Example:
"weth"
attributes to include, comma-separated if more than one to include
Available values: base_token, quote_token, dex
page through results Default value: 1

