Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuidesChangelog
View Mirror World on Github
Join the Discord server

Language:

transferNFT

Transfer Ethereum NFT To Another Address


import { type ITransferEVMNFTPayloadV2 } from "@mirrorworld/web3.js"
const payload: ITransferEVMNFTPayloadV2 = {
collection_address: "0xe26487A89C3C1c05DC308134eA02eEd5cc27D7b6",
token_id: 2,
to_wallet_address: "0xEd03fffB89Fbca674A818E757Df3B3252e21D859",
}
await mirrorworld.Ethereum.Asset.transferNFT(payload)

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

    Home

    Integration

    Guides

    API Reference

    Changelog