---
title: "Retrieve Account NFTs"
method: GET
path: "/sui/account/nfts"
---

# Retrieve Account NFTs

`GET /sui/account/nfts`

Gets all NFTs currently owned by a given address on Sui Network.

## Query parameters

- `account` string, required
- `type` string
- `pageIndex` integer
- `pageSize` integer
- `objectType` string

## Response `200`

200

- object
  - `code` integer
  - `message` string
  - `result` object
    - `data` object[]
      - `objectId` string
      - `name` string
      - `image` string
      - `description` string
      - `collection` string
      - `lastPRice` string
      - `kioskId` 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)
