Coin Data by ID
To query all the metadata (image, websites, socials, description, contract address, etc.) and market data (price, ATH, exchange tickers, etc.) of a coin based on a particular coin ID
Notes
- Find a coin’s API ID on its CoinGecko page, via Coins List, or this Google Sheet.
- Tickers are limited to 100 items. Use Coin Tickers for more.
- Coin descriptions may contain
\r\nescape sequences that require processing for proper formatting. - When
dex_pair_format=symbol, DEX pairbaseandtargetdisplay as symbols (e.g.WETH,USDC) instead of contract addresses. - Use
last_updatedin the response to check whether the price is stale.
SDK Examples
Authorizations
Path Parameters
Coin ID.
*refers to /coins/list
"bitcoin"
Query Parameters
Include all localized languages in the response. Default: true
Include tickers data. Default: true
Include market data. Default: true
Include community data. Default: true
Include developer data. Default: true
Include sparkline 7-day data. Default: false
Include categories details. Default: false
Set to symbol to display DEX pair base and target as symbols.
Default: contract_address
contract_address, symbol Response
Coin data
Coin ID
Coin symbol
Coin name
Coin web slug
Coin asset platform ID
Coin asset platform and contract address
Detailed coin asset platform and contract address
Blockchain block time in minutes
Blockchain hashing algorithm
Coin categories
Preview listing coin
Public notice
Additional notices
Whether detailed supply breakdown data is available via /coins/supply_breakdown
Coin description
Links
Coin image URL
Country of origin
Genesis date
Sentiment votes up percentage
Sentiment votes down percentage
Number of users watching this coin in portfolio
Market cap rank
Market cap rank including rehypothecated tokens
Status updates
Last updated timestamp
Detailed coin categories
Coin name localization
ICO data
Market data
Community data
Developer data
Tickers

