🚨 You'll need to contact dev@usewinter.com for your API keys!
dev@usewinter.com
POST https://winter-api.usewinter.com/transferNFT
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!
fromEmail*
String
Email to send NFT from
toEmail
Email to send NFT to
smartContractAddress*
Address of ERC-721/1155/Candy Machine NFT of the NFT to send
tokenId
(Required for ERC-721/1155 transfers) Token ID of NFT to transfer
chain*
Blockchain to do transfer on
toWalletAddress
Wallet address to send NFT to (optional)
{ "tokenId":104, "toEmail":"laila@usewinter.com", "fromEmail":"michael@usewinter.com", "txHash":"0x3c865fa72e45119593abe27ea35161b36e38b73f5b70af2d52fee0c7798dd0c1", "status":"SUCCESS" }
E.g. /transferNFT returns:
Last updated 3 years ago
{ "tokenId":104, "toEmail":"bob@usewinter.com", "fromEmail":"alice@usewinter.com", "txHash":"0x3c865fa72e45119593abe27ea35161b36e38b73f5b70af2d52fee0c7798dd0c1", "status":"SUCCESS" }