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 <br> *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

Response

Get current data for a coin

idstring

coin ID

symbolstring

coin symbol

namestring

coin name

web_slugstring

coin web slug

asset_platform_idstring

coin asset platform ID

platformsobject

coin asset platform and contract address

detail_platformsobject

detailed coin asset platform and contract address

block_time_in_minutesnumber

blockchain block time in minutes

hashing_algorithmstring

blockchain hashing algorithm

categoriesstring[]

coin categories

preview_listingboolean

preview listing coin

public_noticestring

public notice

additional_noticesstring[]

additional notices

localizationobject

coin name localization

descriptionobject

coin description

country_originstring

coin country of origin

genesis_datestring date-time

coin genesis date

sentiment_votes_up_percentagenumber

coin sentiment votes up percentage

sentiment_votes_down_percentagenumber

coin sentiment votes down percentage

market_cap_ranknumber

coin rank by market cap

status_updatesstring[]

coin status updates

last_updatedstring date-time

coin last updated timestamp

Changes