Coin Data by ID
Coins
Coin Data by ID
Everything CoinGecko holds on one coin: profile, links, categories, contract addresses and full market data.
GET
Coin Data by ID
Everything CoinGecko holds on one coin, selected by
id: description, links, image, categories, platforms and detail_platforms (contract addresses per chain), market_cap_rank, and a market_data block carrying current_price, market_cap, total_volume, fully_diluted_valuation, ath and atl with dates and change percentages. The heavy sections are opt-in via market_data, community_data, developer_data, tickers, sparkline and localization — leave them off unless needed, the full payload is large. Use it for a coin profile. For a price table across many coins use get_coingecko_coins_markets; to look the same coin up by contract address use get_coingecko_token_data.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
CoinGecko coin ID (e.g., bitcoin, ethereum). Get the list via /coins/list.
Query Parameters
Response
200 - application/json
Coin object.
The response is of type object.