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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.