v1

latestOpenAPI 3.0.02026-07-146561171.4 KB
Projects

Transfer an NFT

This endpoint allows you to transfer an NFT.

post/v2/projects/{projectId}/nfts/{nftId}/transfer

Path parameters

projectIdinteger required
nftIdinteger required

Request body

receiverAddressstring required

Base-58 encoded string representing an on-chain address

Example request

{
  "receiverAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}

Response

Successful response

transactionIdstring required

Transaction ID that identifies the Transaction generated by an API request

nftIdnumber required

Unique ID for an NFT in a Project

projectIdnumber

The ID of the Project the NFT is part of

mintAddressstring required

Base-58 encoded string representing an on-chain address

Example response

{
  "mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}