Coins List with Market Data
This endpoint allows you to query all the supported coins with price, market cap, volume and market related data
Query parameters
target currency of coins and market data *refers to /simple/supported_vs_currencies.
coins' IDs, comma-separated if querying more than 1 coin. *refers to /coins/list.
coins' names, comma-separated if querying more than 1 coin.
coins' symbols, comma-separated if querying more than 1 coin.
for symbols lookups, specify all to include all matching tokens Default top returns top-ranked tokens (by market cap or volume)
filter based on coins' category *refers to /coins/categories/list.
sort result by field, default: market_cap_desc
total results per page, default: 100 Valid values: 1...250
page through results, default: 1
include sparkline 7 days data, default: false
include price change percentage timeframe, comma-separated if query more than 1 timeframe Valid values: 1h, 24h, 7d, 14d, 30d, 200d, 1y
language background, default: en
decimal place for currency price value
Response
List all coins with market data
Example response
[
{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"image": "<https://assets.coingecko.com/coins/images/1/large/bitcoin.png?1696501400>",
"current_price": 70187,
"market_cap": 1381651251183,
"market_cap_rank": 1,
"fully_diluted_valuation": 1474623675796,
"total_volume": 20154184933,
"high_24h": 70215,
"low_24h": 68060,
"price_change_24h": 2126.88,
"price_change_percentage_24h": 3.12502,
"market_cap_change_24h": 44287678051,
"market_cap_change_percentage_24h": 3.31157,
"circulating_supply": 19675987,
"total_supply": 21000000,
"max_supply": 21000000,
"ath": 73738,
"ath_change_percentage": -4.77063,
"ath_date": "2024-03-14T07:10:36.635Z",
"atl": 67.81,
"atl_change_percentage": 103455.83335,
"atl_date": "2013-07-06T00:00:00.000Z",
"roi": null,
"last_updated": "2024-04-07T16:49:31.736Z"
}
]