Coins
Coin Data by ID
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 a particular coin ID
get/coins/{id}
Path parameters
idstring required
Example:bitcoin
coin ID *refers to /coins/list.
Query parameters
localizationboolean
include all the localized languages in the response, default: true
tickersboolean
include tickers data, default: true
market_databoolean
include market data, default: true
community_databoolean
include community data, default: true
developer_databoolean
include developer data, default: true
sparklineboolean
include sparkline 7 days data, default: false
include_categories_detailsboolean
include categories details, default: false
dex_pair_format'contract_address' | 'symbol'
set to symbol to display DEX pair base and target as symbols, default: contract_address
Response
Get current data for a coin