Transfer ERC721

Transfer items

Transfers a single ERC721 from your developer wallet to another user

POST https://api.alturanft.com/api/v2/erc721/transfer

Takes a collection address, tokenId, the recipient's address (to), and your API key and transfers the specified NFT to the recipient

Query Parameters

Request Body

{
    // Response
}

Last updated