Note
- Addresses not found in GeckoTerminal will be ignored.
- 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). - This endpoint allows querying up to 30 contract addresses per request.
- Market Cap can be verified by and sourced from CoinGecko, and the number may be higher than FDV as it may include Market Cap of tokens issued on other blockchain network.
- Attributes specified in the
include
params will be included under the “included” key at the top level. locked_liquidity_percentage
will be updated on daily basis.- Set
include_composition=true
to surface the balance and liquidity value of the pool’s base and quote tokens. - Pools on a bonding curve (e.g. non-graduated pools from launchpads) will return
launchpad_details
object with their graduation status and migration details. - Cache/Update Frequency: every 60 seconds.
Authorizations
Path Parameters
pool contract address, comma-separated if more than one pool contract address
Query Parameters
attributes to include, comma-separated if more than one to include
Available values: base_token
, quote_token
, dex
include volume breakdown, default: false
include pool composition, default: false