---
title: "Returns the owner of an NFT."
method: GET
path: "/v3/nfts/collections/{collection_id}/items/{item_id}/owner"
tags: ["NFTs"]
---

# Returns the owner of an NFT.

`GET /v3/nfts/collections/{collection_id}/items/{item_id}/owner`

Returns the owner of an NFT.

## Path parameters

- `collection_id` string, required
- `item_id` string, required

## Headers

- `authorization` string, required

## Response `200`

OK

- CoreapiGetNFTOwnerV3Response
  - `collection_id` integer
  - `item_id` string
  - `owner` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api.md) · [All operations](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centrifuge/centrifuge-os-node-api/revisions/36808f8744e0/schema)
