get https://pro-api.coingecko.com/api/v3/coins//contract/
This endpoint allows you to query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin from the CoinGecko coin page based on an asset platform and a particular token contract address
Notice
- Please note that the
twitter_followers
data field will no longer be supported by our API starting on May 15, 2025. Please refer to changelog for more details.
Tips
- You may obtain the asset platform and contract address via several ways:
- refers to respective coin page and find βcontract addressβ.
- refers to
/coins/list
endpoint (include platform = true
).
Notes
- Coin descriptions may include newline characters represented as
\r\n
(escape sequences), which may require processing for proper formatting.- Cache / Update Frequency: every 60 seconds for all the API plans.