---
title: "Get Entity Categories"
method: GET
path: "/entities/categories"
tags: ["Entities"]
---

# Get Entity Categories

`GET /entities/categories`

List available categories for blockchain entities.

## Query parameters

- `limit` integer

## Response `200`

Returns the entity categories.

- CategoryCollection
  - `page` integer — The current page of the result
  - `page_size` integer — The number of results per page
  - `result` CategoryModel[], required
    - `name` string — The name
    - `id` string — The id

---

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