API Reference
Log In
API Reference

Tokens Data by Token Addresses

This endpoint allows you to query multiple tokens data based on the provided token contract addresses on a network

👍

Tips

  • You may add values such as top_pools in the include param to include top pools along with the pools information.
  • If you would like to query token information such as socials, websites, description and etc. You can go to this endpoint /networks/{network}/tokens/{address}/info instead.
📘

Notes

  • Addresses not found in GeckoTerminal.com will be ignored.
  • This endpoint allows querying up to 50 contract addresses per request. This limit is exclusive for paid plan subscribers (Analyst plan & above).
  • The endpoint will only return the first 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).
  • 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).
  • 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 param will be returned under the top-level "included" key.
  • Cache/Update frequency: every 10 seconds for Pro API (Analyst, Lite, Pro, Enterprise).
Path Params
string
required

network ID
*refers to /networks

string
required

token contract address, comma-separated if more than one token contract address

Query Params
string
enum

attributes to include

Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json