Non-Transferable Projects

Generate NFT Claim Link

This endpoint generates a claim link for your NFT.

get/v2/projects/n/{projectId}/nfts/{nftId}/claim

Path parameters

projectIdinteger required
nftIdinteger required

Response

Successful response

linkstring required
mintAddressstring required
claimerAddressstring

Base-58 encoded string representing an on-chain address

otpstring uuid

Example response

{
  "claimerAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}

Changes

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