💠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
Name | Type | Description |
---|---|---|
apiKey* | String | Your API key |
Request Body
Name | Type | Description |
---|---|---|
address* | String | ERC721 contract address |
tokenId* | Integer | The item's tokenId |
to* | String | The recipient's EVM-compatible address (0x...) |
Last updated