get https://pro-api.coingecko.com/api/v3/onchain/networks//tokens/multi/
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 30 contract addresses per request
- The endpoint will only return the first top pool for each token
- 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)
- Attributes specified in the
include
params will be included under the "included" key at the top level- Cache/Update frequency: every 60 seconds