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
Example request
{
"receiverAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}Response
Successful response
Example response
{
"mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.