Token Data by Token Address
Tokens
Token Data by Token Address
This endpoint allows you to query specific token data based on the provided token contract address on a network
GET
Token Data by Token Address
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
- Addresses not found in GeckoTerminal will be ignored.
- The endpoint will only return the top most liquid pool for each token. The top pool is determined through a combination of two key factors: liquidity (
reserve_in_usd) and 24-Hour Trading Volume (volume_usd). total_reserve_in_usdrepresents the total reserve of the requested token only across all its pools, not the combined reserve of both tokens in a pair.- 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 networks.
- Cache / Update Frequency: every 10 seconds for Pro API (Basic, Analyst, Lite, Pro, Enterprise).
Authorizations
Path Parameters
token contract address
Example:
"0xdac17f958d2ee523a2206206994597c13d831ec7"
Query Parameters
attributes to include
Available options:
top_pools include pool composition, default: false
include token data from inactive pools using the most recent swap, default: false

