---
title: "Retrieve Collection NFT List"
method: GET
path: "/sui/nft/list"
---

# Retrieve Collection NFT List

`GET /sui/nft/list`

Returns the NFT list of a NFT collection by a given object type.

## Query parameters

- `objectType` string, required
- `cursor` string
- `limit` integer

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `result` object
    - `data` object[]
      - `ObjectId` string
      - `Type` string
      - `ObjectType` string
      - `Name` string
      - `Description` string
      - `Owner` string
      - `ImageURL` string
      - `Version` integer
      - `CreatedTime` integer
      - `Standard` string
    - `nextPageIndex` integer
    - `total` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/blockvision/apis/blockvision-v2.md) · [All operations](https://skmtc.dev/blockvision/apis/blockvision-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockvision/blockvision-v2/revisions/e52be4fcb129/schema)
