---
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

---

[API](https://skmtc.net/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/versions/006c13c1a566/schema)
