---
title: "Coins Categories List with Market Data"
method: GET
path: "/coins/categories"
tags: ["Categories"]
---

# Coins Categories List with Market Data

`GET /coins/categories`

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

## Query parameters

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

## Response `200`

List all categories with market data

- Categories
  - `id` string — category ID
  - `name` string — category name
  - `market_cap` number — category market cap
  - `market_cap_change_24h` number — category market cap change in 24 hours
  - `content` string — category description
  - `top_3_coins_id` string[] — IDs of top 3 coins in the category
  - `top_3_coins` string[] — images of top 3 coins in the category
  - `volume_24h` number — category volume in 24 hours
  - `updated_at` string — category last updated time

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/0484eb6fcafa/schema)
