Categories

Read the closed list of editorial categories used to tag events. Use the id returned here as the canonical value when filtering events via GET /v2/events?categories=.... The list is short and rarely changes. Cache for 24 h.

Endpoints

GET/v2/categories

List categories

Returns every category in the editorial taxonomy with the count of upcoming events per category (tier-windowed). Not paginated; the full list always fits in one response.

Parameters

No parameters.

Response

FieldTypeDescription
dataarray<Category>All categories.

Category

FieldTypeDescription
idstringStable category id (kebab-case slug).
namestringDisplay name (e.g. `Release`).
countintegerNumber of upcoming events in this category, scoped to the requester's tier window.

Request

curl -X GET "https://api.coinmarketcal.com/v2/categories" \
  -H "Authorization: Bearer $COINMARKETCAL_API_KEY" \
  -H "Accept: application/json"

Try it

Preview mode. Sample response only — no live API request.

Loading your keys…

Builds the sample request URL · example response.