Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

CoinGecko coin ID (e.g., bitcoin, ethereum). Get the list via /coins/list.

Query Parameters

localization
boolean
default:true
tickers
boolean
default:true
market_data
boolean
default:true
community_data
boolean
default:true
developer_data
boolean
default:true
sparkline
boolean
default:false

Response

200 - application/json

Coin object.

The response is of type object.