---
title: "Categories List"
method: GET
path: "/onchain/categories"
---

# Categories List

`GET /onchain/categories`

To query all the supported categories on GeckoTerminal

## Query parameters

- `page` integer
- `sort` 'h1_volume_percentage_desc' | 'h6_volume_percentage_desc' | 'h12_volume_percentage_desc' | 'h24_tx_count_desc' | 'h24_volume_usd_desc' | 'fdv_usd_desc' | 'reserve_in_usd_desc'

## Response `200`

List of supported categories

- OnchainCategoriesList
  - `data` object[], required
    - `id` string, required — Category ID
    - `type` string, required — Resource type
    - `attributes` object, required
      - `name` string, required — Category name
      - `description` string, required — Category description
      - `volume_change_percentage` object, required — Volume change percentage over various timeframes
        - `h1` string
        - `h6` string
        - `h12` string
        - `h24` string
      - `reserve_in_usd` string, required — Total reserve in USD
      - `fdv_usd` string, required — Fully diluted valuation in USD
      - `h24_volume_usd` string, required — 24hr volume in USD
      - `h24_tx_count` integer, required — 24hr transaction count

## Changes

- **2026-05-28** `11cc9e00fd86` — 12 info
  - api tag `Categories` removed
  - the response property `data` became required for the status `200`
  - the response property `data/items/attributes` became required for the status `200`
  - the response property `data/items/attributes/description` became required for the status `200`
  - …8 more

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/onchain/categories/get.md)

---

[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/006c13c1a566/schema)
