Tips
- You may include values such as
page
to specify which page of responses you would like to show. - For more flexibility in retrieving an exact list of pools that match your specific needs, consider using the /pools/megafilter endpoint.
Note
- If the token’s market cap is not verified by the team, the API response will return
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). - Attributes specified in the
include
param will be returned under the top-level “included” key. - This endpoint returns up to 20 pools per page. Use the
page
param 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.
- GeckoTerminal equivalent page (example): https://www.geckoterminal.com/solana/pools?sort=-24h_transactions
Authorizations
Query Parameters
attributes to include, comma-separated if more than one to include
Available values: base_token
, quote_token
, dex
page through results Default value: 1
sort the pools by field Default value: h24_tx_count_desc
Available options:
h24_tx_count_desc
, h24_volume_usd_desc
Response
200 - application/json
Get top pools on a network
The response is of type object
.