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

# Categories List

`GET /onchain/categories`

This endpoint allows you 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`

Get list of supported categories

- OnchainCategoriesList
  - `data` object[]
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string
      - `description` string
      - `volume_change_percentage` object
        - `h1` string
        - `h6` string
        - `h12` string
        - `h24` string
      - `reserve_in_usd` string
      - `fdv_usd` string
      - `h24_volume_usd` string
      - `h24_tx_count` integer

---

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