---
title: "Get NFT owner by token"
method: GET
path: "/v1/nft/owner"
tags: ["NFT Ownership"]
---

# Get NFT owner by token

`GET /v1/nft/owner`

Get the current owner for a specified NFT token.

## Query parameters

- `chain_id` integer, required — chain network id, see [list of details](/platform/features/api/web3-api)
- `contract_address` string, required — The address of the NFT contract
- `token_id` string, required — NFT token id in hex or num string
- `to_block` string — block decimal number, hex number or 'latest'

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- ResponseGetNFTOwner
  - `code` integer
  - `message` string
  - `data` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/chainbase/apis/data-cloud-task-api.md) · [All operations](https://skmtc.net/chainbase/apis/data-cloud-task-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chainbase/data-cloud-task-api/versions/4013781aa422/schema)
