---
title: "Classes queries all NFT classes"
method: GET
path: "/cosmos/nft/v1beta1/classes"
tags: ["Query"]
---

# Classes queries all NFT classes

`GET /cosmos/nft/v1beta1/classes`

## Query parameters

- `pagination.key` string, byte
- `pagination.offset` string, uint64
- `pagination.limit` string, uint64
- `pagination.count_total` boolean
- `pagination.reverse` boolean

## Response `200`

A successful response.

- CosmosNftV1beta1QueryClassesResponse
  - `classes` CosmosNftV1beta1Class[] — class defines the class of the nft type.
    - `data` GoogleProtobufAny
      - `@type` string
    - `description` string
    - `id` string
    - `name` string
    - `symbol` string
    - `uri` string
    - `uri_hash` string
  - `pagination` CosmosBaseQueryV1beta1PageResponse — PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest. message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }
    - `next_key` string, byte — next_key is the key to be passed to PageRequest.key to query the next page most efficiently. It will be empty if there are no more results.
    - `total` string, uint64

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceQuery_Classes` removed and replaced with `CircuitQuery_Classes`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-02-23** `54713b4a9d25` — 1 breaking
  - api path removed without deprecation
- **2023-11-01** `3f51f9b9a127` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos/nft/v1beta1/classes/get.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
