---
title: "Transfer an NFT"
method: POST
path: "/v2/projects/{projectId}/nfts/{nftId}/transfer"
tags: ["Projects"]
---

# Transfer an NFT

`POST /v2/projects/{projectId}/nfts/{nftId}/transfer`

This endpoint allows you to transfer an NFT.

## Path parameters

- `projectId` integer, required
- `nftId` integer, required

## Request body

- object
  - `receiverAddress` string, required — Base-58 encoded string representing an on-chain address

## Response `202`

Successful response

- TransferNftResponse
  - `transactionId` string, required — Transaction ID that identifies the Transaction generated by an API request
  - `nftId` number, required — Unique ID for an NFT in a Project
  - `projectId` number — The ID of the Project the NFT is part of
  - `mintAddress` string, required — Base-58 encoded string representing an on-chain address

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api.md) · [All operations](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/underdogprotocol/underdog-protocol-api/versions/714574b82cc5/schema)
