/transferNFT
🚨 You'll need to contact
[email protected]
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!
E.g. /transferNFT returns:
{
"tokenId":104,
"toEmail":"[email protected]",
"fromEmail":"[email protected]",
"txHash":"0x3c865fa72e45119593abe27ea35161b36e38b73f5b70af2d52fee0c7798dd0c1",
"status":"SUCCESS"
}
Last modified 8mo ago