get https://api.coingecko.com/api/v3/coins//contract/
This endpoint allows you to query all the coin data (name, price, market .... including exchange tickers) on CoinGecko coin page based on asset platform and particular token contract address.
Tips
- You may obtain the asset platform and contract address via several ways:
- refers to respective coin page and find βcontractβ
- refers to
/coins/list
endpoint (include platform = true
)
Notes
- Cache / Update Frequency: every 60 seconds for all the API plans