/nft
Description of available nft endpoint calls
Get seller NFTs
GET
https://platform.artcart.cloud/api/transactional/nft
Gets all NFTs for authenticated seller.
Headers
Name
Type
Description
Authorization
Bearer token
Authorization token
Issue an NFT to a buyer
POST
https://platform.artcart.cloud/api/transactional
Issue an un-minted NFT to a buyer using his email, so that they can claim it.
Headers
Name
Type
Description
Authorization*
Bearer token
Authorization token
Request Body
Name
Type
Description
cid*
Sting
Metadata IPFS hash identifying an NFT template
email*
String
Email of a buyer/user
Last updated