Categories

Coins Categories List with Market Data

This endpoint allows you to query all the coins categories with market data (market cap, volume, ...) on CoinGecko

get/coins/categories

Query parameters

order'market_cap_desc' | 'market_cap_asc' | 'name_desc' | 'name_asc' | 'market_cap_change_24h_desc' | 'market_cap_change_24h_asc'

sort results by field, default: market_cap_desc

Response

List all categories with market data

idstring

category ID

namestring

category name

market_capnumber

category market cap

market_cap_change_24hnumber

category market cap change in 24 hours

contentstring

category description

top_3_coins_idstring[]

IDs of top 3 coins in the category

top_3_coinsstring[]

images of top 3 coins in the category

volume_24hnumber

category volume in 24 hours

updated_atstring

category last updated time

Changes