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). - 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
includeparam will be returned under the top-level “included” key. - Set
include_composition=trueto surface the balance and liquidity value of the pool’s base and quote tokens. (requiresinclude=top_pools) - For tokens on a bonding curve (i.e. non-graduated tokens from launchpads), the response will include a
launchpad_detailsobject containing their graduation status and details. - Cache/Update frequency: every 60 seconds.
Authorizations
Path Parameters
token contract address
Example:
"0xdac17f958d2ee523a2206206994597c13d831ec7"
Query Parameters
attributes to include
Available options:
top_pools include pool composition, default: false


