Contract

Coin Data by Token Address

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 an asset platform and a particular token contract address

get/coins/{id}/contract/{contract_address}

Path parameters

idstring required
Example:ethereum

asset platform ID *refers to /asset_platforms.

contract_addressstring required
Example:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48

the contract address of token

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

watchlist_portfolio_usersnumber

number of users watching this coin in portfolio

market_cap_ranknumber

coin rank by market cap

market_cap_rank_with_rehypothecatednumber

coin rank by market cap including rehypothecated tokens

status_updatesstring[]

coin status updates

last_updatedstring date-time

coin last updated timestamp

Changes