Skip to main content
GET
Coins Categories List with Market Data

Notes

SDK Examples

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Query Parameters

order
enum<string>

Sort results by field. Default: market_cap_desc

Available options:
market_cap_desc,
market_cap_asc,
name_desc,
name_asc,
market_cap_change_24h_desc,
market_cap_change_24h_asc

Response

200 - application/json

List of coin categories with market data

id
string
required

Category ID

name
string
required

Category name

market_cap
number
required

Category market cap

market_cap_change_24h
number
required

Category market cap change in 24 hours

content
string
required

Category description

top_3_coins_id
string[]
required

IDs of top 3 coins in the category

top_3_coins
string[]
required

Image URLs of top 3 coins in the category

volume_24h
number
required

Category trading volume in 24 hours

updated_at
string
required

Category last updated timestamp