/transferNFT
🚨 You'll need to contact dev@usewinter.com
for your API keys!
POST
https://winter-api.usewinter.com/transferNFT
This API will transfer a specific NFT from one user to another user. This transfer will always be an on-chain transaction!
Request Body
Name
Type
Description
fromEmail*
String
Email to send NFT from
toEmail
String
Email to send NFT to
smartContractAddress*
String
Address of ERC-721/1155/Candy Machine NFT of the NFT to send
tokenId
String
(Required for ERC-721/1155 transfers) Token ID of NFT to transfer
chain*
String
Blockchain to do transfer on
toWalletAddress
String
Wallet address to send NFT to (optional)
This API will transfer a specific NFT from one user to another user. This transfer will always be an on-chain transaction!
E.g. /transferNFT returns:
Last updated