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

👍

Tips

  • You may obtain the asset platform and contract address via several ways:
    • refers to respective coin page and find ‘contract address’.
    • refers to /coins/list endpoint (include platform = true).

📘

Notes

  • Coin descriptions may include newline characters represented as \r\n (escape sequences), which may require processing for proper formatting.
  • Cache / Update Frequency: every 60 seconds for all the API plans.
Path Params
string
required

asset platform ID
*refers to /asset_platforms.

string
required

the contract address of token

Response

Response body
object
string

coin ID

string

coin symbol

string

coin name

string

coin web slug

string

coin asset platform ID

platforms
object

coin asset platform and contract address

Has additional fields
detail_platforms
object

detailed coin asset platform and contract address

Has additional fields
number

blockchain block time in minutes

string

blockchain hashing algorithm

categories
array of strings

coin categories

categories
boolean

preview listing coin

string

public notice

additional_notices
array of strings

additional notices

additional_notices
localization
object

coin name localization

Has additional fields
description
object

coin description

Has additional fields
links
object
image
object

coin image url

string
string
string
string

coin country of origin

date-time

coin genesis date

number

coin sentiment votes up percentage

number

coin sentiment votes down percentage

number

coin rank by market cap

market_data
object

coin market data

current_price
object

coin current price in currency

number

total value locked

number

market cap to total value locked ratio

number

fully diluted valuation to total value locked ratio

number

coin return on investment

ath
object

coin all time high (ATH) in currency

ath_change_percentage
object

coin all time high (ATH) change in percentage

ath_date
object

coin all time high (ATH) date

atl
object

coin all time low (atl) in currency

atl_change_percentage
object

coin all time low (atl) change in percentage

atl_date
object

coin all time low (atl) date

market_cap
object

coin market cap in currency

number

coin rank by market cap

fully_diluted_valuation
object

coin fully diluted valuation (fdv) in currency

number

market cap to fully diluted valuation ratio

total_volume
object

coin total trading volume in currency

high_24h
object

coin 24hr price high in currency

low_24h
object

coin 24hr price low in currency

number

coin 24hr price change in currency

number

coin 24hr price change in percentage

number

coin 7d price change in percentage

number

coin 14d price change in percentage

number

coin 30d price change in percentage

number

coin 60d price change in percentage

number

coin 200d price change in percentage

number

coin 1y price change in percentage

number

coin 24hr market cap change in currency

number

coin 24hr market cap change in percentage

price_change_percentage_1h_in_currency
object

coin 1h price change in currency

price_change_percentage_24h_in_currency
object

coin 24hr price change in currency

price_change_percentage_7d_in_currency
object

coin 7d price change in currency

price_change_percentage_14d_in_currency
object

coin 14d price change in currency

price_change_percentage_30d_in_currency
object

coin 30d price change in currency

price_change_percentage_60d_in_currency
object

coin 60d price change in currency

price_change_percentage_200d_in_currency
object

coin 200d price change in currency

price_change_percentage_1y_in_currency
object

coin 1y price change in currency

market_cap_change_24h_in_currency
object

coin 24hr market cap change in currency

market_cap_change_percentage_24h_in_currency
object

coin 24hr market cap change in percentage

number

coin total supply

number

coin max supply

number

coin circulating supply

date-time

coin market data last updated timestamp

community_data
object

coin community data

number

coin facebook likes

number

coin twitter followers

number

coin reddit average posts in 48 hours

number

coin reddit average comments in 48 hours

number

coin reddit subscribers

number

coin reddit active accounts in 48 hours

number

coin telegram channel user count

developer_data
object

coin developer data

number

coin repository forks

number

coin repository stars

number

coin repository subscribers

number

coin repository total issues

number

coin repository closed issues

number

coin repository pull requests merged

number

coin repository pull request contributors

code_additions_deletions_4_weeks
object

coin code additions and deletions in 4 weeks

number

coin repository commit count in 4 weeks

last_4_weeks_commit_activity_series
array of numbers

coin repository last 4 weeks commit activity series

last_4_weeks_commit_activity_series
status_updates
array of objects

coin status updates

status_updates
object
date-time

coin last updated timestamp

tickers
array of objects

coin tickers

tickers
object
string

coin ticker base currency

string

coin ticker target currency

market
object

coin ticker exchange

number

coin ticker last price

number

coin ticker volume

converted_last
object

coin ticker converted last price

converted_volume
object

coin ticker converted volume

string

coin ticker trust score

number

coin ticker bid ask spread percentage

date-time

coin ticker timestamp

date-time

coin ticker last traded timestamp

date-time

coin ticker last fetch timestamp

boolean

coin ticker anomaly

boolean

coin ticker stale

string

coin ticker trade url

string

coin ticker token info url

string

coin ticker base currency coin ID

string

coin ticker target currency coin ID

Language
Credentials