Link.batchNftTransfer
Link.batchNftTransfer
const response = await link.batchNftTransfer(payload);const payload: LinkParams.BatchNftTransfer = [
{
type: ERC721TokenType.ERC721, // Must be of type ERC721
tokenId: string, // the token ID
tokenAddress: string, // the collection address / contract address this token belongs to
toAddress: string, // the wallet address this token is being transferred to
},
//...remainingTransfers
];Notes
Screenshots from user journey




Errors
Last updated