Skip to main content
GET
Top Pools by Token Address

Notes

  • Top pools are ranked by a combination of liquidity (reserve_in_usd) and 24-hour trading volume (volume_usd).
  • Returns up to 20 pools per page. Pagination beyond 10 pages requires Analyst plan or above.
  • Unverified token market cap returns null — the displayed value on GeckoTerminal may match FDV and might not be accurate.
  • Use include to return related attributes under the top-level included key.

SDK Examples

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Path Parameters

network
string
default:eth
required

Network ID. *refers to /onchain/networks.

token_address
string
default:0xdac17f958d2ee523a2206206994597c13d831ec7
required

Token contract address.

Query Parameters

include
string

Attributes to include, comma-separated if more than one. Available values: base_token, quote_token, dex

include_inactive_source
boolean

Include tokens from inactive pools using the most recent swap. Default: false

page
integer

Page through results. Default value: 1

sort
enum<string>

Sort the pools by field. Default: h24_volume_usd_liquidity_desc

Available options:
h24_volume_usd_liquidity_desc,
h24_tx_count_desc,
h24_volume_usd_desc
include_gt_community_data
boolean

Include GeckoTerminal community data (sentiment votes, suspicious reports). Default: false

Response

200 - application/json

Top pools for a token

data
object[]
required
included
object[]

Included related resources, present when include parameter is specified